Options
All
  • Public
  • Public/Protected
  • All
Menu

Transaction crypto properties.

See Transaction.

Hierarchy

  • TransactionCryptoProperties

Index

Properties

data

data: string | null

Transaction data or null.

fiatAmount

fiatAmount: Dictionary<CurrencyCode, number> | null

Fee in fiat currencies at the time of the transaction submission.

fiatFee

fiatFee: Dictionary<CurrencyCode, number> | null

Amount in fiat currencies at the time of the transaction submission.

fromAddress

fromAddress: string

Wallet address of sender,

gasLimit

gasLimit: number | null

Ethereum gas limit if it is Ethereum transaction, otherwise null.

gasPrice

gasPrice: Decimal | null

Ethereum gas price if it is Ethereum transaction, otherwise null.

nonce

nonce: number | null

Ethereum transaction nonce if greater than 0 and it is Ethereum transaction, otherwise returns null.

toAddress

toAddress: string | null

Wallet address of receiver or null, if it is Ethereum contract deploy.

txHash

txHash: string | null

Transaction hash or null.

Legend

  • Property
  • Method
  • Inherited property
  • Static property

Generated using TypeDoc