Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.6 KB

itransactionupdate.md

File metadata and controls

68 lines (37 loc) · 1.6 KB

@daostack/clientGlobalsITransactionUpdate

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