Interface

ITransaction

ITransaction

ITransaction

View Source types.ts, line 331

Members

string

# amount

Transaction amount

View Source types.ts, line 354

NetworkSymbol

# coinSymbol

Network (L1) of transaction

View Source types.ts, line 358

string

# confirmededAt

Confirmed Date in ISO8601 format

View Source types.ts, line 350

IDepositRequest

# depositRequest Optional

If a specific value was requested for a deposit, the below is included

View Source types.ts, line 401

boolean

# feeIsDelegated Optional

Whether network-fee was delegated to a token-fee

View Source types.ts, line 416

string

# feesPaid Optional

Gas Fee paid on network. Not present for L2

View Source types.ts, line 371

string

# fromAddress

Sending address

View Source types.ts, line 334

string

# identifier Optional

User-identifier for deposits

View Source types.ts, line 391

string

# initiatedAt

Date in ISO8601 format

View Source types.ts, line 346

IInternalFee

# internalFee Optional

Akashic Fee

View Source types.ts, line 386

string

# l2TxnHash Optional

Akashic Transaction Hash. For both L1 and L2

View Source types.ts, line 376

TransactionLayer

# layer

Transaction-layer: L1 or L2

View Source types.ts, line 342

IUserInfo

# receiverInfo Optional

Information about receiving user

View Source types.ts, line 406

string

# referenceId Optional

Reference-Id to identify a deposit

View Source types.ts, line 396

IUserInfo

# senderInfo Optional

Information about sending user

View Source types.ts, line 411

TransactionStatus

# status

Transaction status

View Source types.ts, line 362

string

# toAddress

Receiving address

View Source types.ts, line 338

TokenSymbol

# tokenSymbol Optional

Present only if token-transaction

View Source types.ts, line 381

string

# txHash Optional

Network's hash if L1. Not present for L2

View Source types.ts, line 366