Interface: ITransactionUpdate
January 17, 2020 · View on GitHub
@daostack/client › Globals › ITransactionUpdate
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
Properties
Optional confirmations
• confirmations? : undefined | number
Defined in operation.ts:23
number of confirmations
Optional receipt
• receipt? : undefined | object
Defined in operation.ts:19
Optional result
• result? : T
Defined in operation.ts:28
Parsed return value from the method call or contract address in the case of contract creation tx.
state
• state: ITransactionState
Defined in operation.ts:17
Optional transactionHash
• transactionHash? : undefined | string
Defined in operation.ts:18