Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Transaction

Index

Type aliases

TransactionMeta: ({ status: Exclude<TransactionStatus, failed> } & TransactionMetaBase) | ({ error: Error; status: failed } & TransactionMetaBase)
property

error - Synthesized error information for failed transactions

property

id - Generated UUID associated with this transaction

property

networkID - Network code as per EIP-155 for this transaction

property

origin - Origin this transaction was sent from

property

deviceConfirmedOn - string to indicate what device the transaction was confirmed

property

rawTransaction - Hex representation of the underlying transaction

property

status - String status of this transaction

property

time - Timestamp associated with this transaction

property

toSmartContract - Whether transaction recipient is a smart contract

property

transaction - Underlying Transaction object

property

transactionHash - Hash of a successful transaction

property

blockNumber - Number of the block where the transaction has been included

Generated using TypeDoc