Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal transaction details.

See Transaction.

Hierarchy

  • InternalTransaction

Index

Properties

amount

amount: Decimal | null

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

fiatAmount

fiatAmount: Dictionary<CurrencyCode, number> | null

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

fromAccountId

fromAccountId: string | null

Sender account id or null if it is external user.

fromAddress

fromAddress: string | null

Sender address.

fromUserId

fromUserId: string | null

Sender user id or null if it is external user.

fromUserIntegratorId

fromUserIntegratorId: string | null

Sender user integrator id or null if it is external user.

toAccountId

toAccountId: string | null

Recipient account id or null if it is external user.

toAddress

toAddress: string | null

Recipient address.

toUserId

toUserId: string | null

Recipient user id or null if it is external user.

toUserIntegratorId

toUserIntegratorId: string | null

Recipient user integrator id or null if it is external user.

Legend

  • Property
  • Method
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc