Interface

ITransaction

ITransaction

ITransaction

View Source types.ts, line 261

Members

string

# amount

Transaction amount

View Source types.ts, line 284

NetworkSymbol

# coinSymbol

Network (L1) of transaction

View Source types.ts, line 288

string

# confirmededAt

Confirmed Date in ISO8601 format

View Source types.ts, line 280

string

# feesPaid Optional

Gas Fee paid on network. Not present for L2

View Source types.ts, line 301

string

# fromAddress

Sending address

View Source types.ts, line 264

string

# identifier Optional

User-identifier for deposits

View Source types.ts, line 326

string

# initiatedAt

Date in ISO8601 format

View Source types.ts, line 276

IInternalFee

# internalFee Optional

Akashic Fee

View Source types.ts, line 321

string

# l2TxnHash Optional

Akashic Transaction Hash. For both L1 and L2

View Source types.ts, line 306

TransactionLayer

# layer

Transaction-layer: L1 or L2

View Source types.ts, line 272

string

# reason Optional

Present if status = 'Failed', explaing the failure

View Source types.ts, line 316

TransactionStatus

# status

Transaction status

View Source types.ts, line 292

string

# toAddress

Receiving address

View Source types.ts, line 268

TokenSymbol

# tokenSymbol Optional

Present only if token-transaction

View Source types.ts, line 311

string

# txHash Optional

Network's hash if L1. Not present for L2

View Source types.ts, line 296