Interface

ITransaction

ITransaction

ITransaction

View Source types.ts, line 299

Members

string

# amount

Transaction amount

View Source types.ts, line 322

NetworkSymbol

# coinSymbol

Network (L1) of transaction

View Source types.ts, line 326

string

# confirmededAt

Confirmed Date in ISO8601 format

View Source types.ts, line 318

string

# feesPaid Optional

Gas Fee paid on network. Not present for L2

View Source types.ts, line 339

string

# fromAddress

Sending address

View Source types.ts, line 302

string

# identifier Optional

User-identifier for deposits

View Source types.ts, line 364

string

# initiatedAt

Date in ISO8601 format

View Source types.ts, line 314

IInternalFee

# internalFee Optional

Akashic Fee

View Source types.ts, line 359

string

# l2TxnHash Optional

Akashic Transaction Hash. For both L1 and L2

View Source types.ts, line 344

TransactionLayer

# layer

Transaction-layer: L1 or L2

View Source types.ts, line 310

string

# reason Optional

Present if status = 'Failed', explaing the failure

View Source types.ts, line 354

TransactionStatus

# status

Transaction status

View Source types.ts, line 330

string

# toAddress

Receiving address

View Source types.ts, line 306

TokenSymbol

# tokenSymbol Optional

Present only if token-transaction

View Source types.ts, line 349

string

# txHash Optional

Network's hash if L1. Not present for L2

View Source types.ts, line 334