@daostack/client › Globals › ITransactionUpdate
A transaction update is a snapshot of the state of a transaction at a particular time.
▪ T
- ITransactionUpdate
• confirmations? : undefined | number
Defined in operation.ts:23
number of confirmations
• receipt? : undefined | object
Defined in operation.ts:19
• 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: ITransactionState
Defined in operation.ts:17
• transactionHash? : undefined | string
Defined in operation.ts:18