Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransactionUpdate<T>

A transaction update is a snapshot of the state of a transaction at a particular time.

Type parameters

  • T

Hierarchy

  • ITransactionUpdate

Index

Properties

Optional confirmations

confirmations: undefined | number

number of confirmations

Optional receipt

receipt: undefined | object

Optional result

result: T

Parsed return value from the method call or contract address in the case of contract creation tx.

state

Optional transactionHash

transactionHash: undefined | string

Generated using TypeDoc