Options
All
  • Public
  • Public/Protected
  • All
Menu

Result of one of the transaction compose methods on Wallet object.

Hierarchy

  • ComposedTransaction

Index

Properties

account

account: Account

Account the composed transaction belongs to.

amount

amount: Decimal | null

Transaction amount in account currency.

custodyOrderId

custodyOrderId: string | null

Custody order id for custody withdraw transaction, null otherwise.

data

data: string | null

Optional transaction data if available.

destination

destination: string | null

Transaction destination, i.e. destination address for crypto transactions or user id for fiat transactions.

fee

fee: Decimal

Maximum transaction fee.

nonce

nonce: string

Transaction nonce to prevent double spend.

signedTransaction

signedTransaction: string | null

Signed transaction for a crypto transaction, null otherwise.

type

Transaction type, 'FIAT', 'CRYPTO', 'NOMINATED' or 'CUSTODY-WITHDRAW'.

Legend

  • Property
  • Method
  • Inherited property
  • Static property

Generated using TypeDoc