Options
All
  • Public
  • Public/Protected
  • All
Menu

Transaction details.

Hierarchy

  • Transaction

Index

Properties

amount

amount: Decimal | null

Amount in transaction currency or null if transaction is Ethereum contract deploy.

cardProperties

cardProperties: TransactionCardProperties | null

Card properties if it is a card transaction, null otherwise.

See TransactionType.

confirmedAt

confirmedAt: number | null

Epoch timestamp when transaction was submitted or null if transaction was not confirmed yet.

cryptoProperties

cryptoProperties: TransactionCryptoProperties | null

Crypto properties if it is a crypto transaction, null otherwise.

See TransactionType.

currencyCode

currencyCode: CurrencyCode

Currency code.

custodyOrder

custodyOrder: CustodyOrder | null

Custody order properties if it is a transaction associated with a custody order, null otherwise.

direction

Transaction direction relative to account data snapshot.

See AccountDataSnapshot.

exchange

exchange: Exchange | null

Exchange properties if it is a transaction associated with an exchange, null otherwise.

fee

fee: Decimal | null

Transaction fee in transaction currency or null, if not yet available.

fiatProperties

fiatProperties: TransactionFiatProperties | null

Fiat properties if it is a fiat transaction, null otherwise.

See TransactionType.

id

id: string

Identifier.

internalTransactions

internalTransactions: Array<InternalTransaction>

Internal transactions, e.g. ETH contract interaction side effects.

metadata

metadata: any

Transaction metadata.

network

network: Network

Network type.

nonce

nonce: string | null

Transaction nonce or null. Used to prevent double spend.

recipients

recipients: Array<TransactionAmount>

Transaction recipients.

senders

senders: Array<TransactionAmount>

Transaction senders.

status

Transaction status.

submittedAt

submittedAt: number | null

Epoch timestamp when transaction was submitted or null for incoming transactions from outside of Zumo ecosystem.

timestamp

timestamp: number

Epoch timestamp, minimum non-null value between submitted at and confirmed at timestamps.

type

Transaction type.

Legend

  • Property
  • Method
  • Inherited property
  • Static property

Generated using TypeDoc