Interface

ITransaction

ITransaction

ITransaction

View Source types.ts, line 247

Members

string

# amount

Transaction amount

View Source types.ts, line 270

NetworkSymbol

# coinSymbol

Network (L1) of transaction

View Source types.ts, line 274

string

# confirmededAt

Confirmed Date in ISO8601 format

View Source types.ts, line 266

string

# feesPaid Optional

Gas Fee paid on network. Not present for L2

View Source types.ts, line 287

string

# fromAddress

Sending address

View Source types.ts, line 250

string

# identifier Optional

User-identifier for deposits

View Source types.ts, line 312

string

# initiatedAt

Date in ISO8601 format

View Source types.ts, line 262

IInternalFee

# internalFee Optional

Akashic Fee

View Source types.ts, line 307

string

# l2TxnHash Optional

Akashic Transaction Hash. For both L1 and L2

View Source types.ts, line 292

TransactionLayer

# layer

Transaction-layer: L1 or L2

View Source types.ts, line 258

string

# reason Optional

Present if status = 'Failed', explaing the failure

View Source types.ts, line 302

TransactionStatus

# status

Transaction status

View Source types.ts, line 278

string

# toAddress

Receiving address

View Source types.ts, line 254

TokenSymbol

# tokenSymbol Optional

Present only if token-transaction

View Source types.ts, line 297

string

# txHash Optional

Network's hash if L1. Not present for L2

View Source types.ts, line 282