Interface

ITransaction

ITransaction

ITransaction

View Source types.ts, line 243

Members

string

# amount

Transaction amount

View Source types.ts, line 266

NetworkSymbol

# coinSymbol

Network (L1) of transaction

View Source types.ts, line 270

string

# confirmededAt

Confirmed Date in ISO8601 format

View Source types.ts, line 262

string

# feesPaid Optional

Gas Fee paid on network. Not present for L2

View Source types.ts, line 283

string

# fromAddress

Sending address

View Source types.ts, line 246

string

# identifier Optional

User-identifier for deposits

View Source types.ts, line 308

string

# initiatedAt

Date in ISO8601 format

View Source types.ts, line 258

IInternalFee

# internalFee Optional

Akashic Fee

View Source types.ts, line 303

string

# l2TxnHash Optional

Akashic Transaction Hash. For both L1 and L2

View Source types.ts, line 288

TransactionLayer

# layer

Transaction-layer: L1 or L2

View Source types.ts, line 254

string

# reason Optional

Present if status = 'Failed', explaing the failure

View Source types.ts, line 298

TransactionStatus

# status

Transaction status

View Source types.ts, line 274

string

# toAddress

Receiving address

View Source types.ts, line 250

TokenSymbol

# tokenSymbol Optional

Present only if token-transaction

View Source types.ts, line 293

string

# txHash Optional

Network's hash if L1. Not present for L2

View Source types.ts, line 278