Home > @infiniteobjects/data-types > IBlockchainTransactionStatus
Status of a Blockchain transaction
Signature:
export interface IBlockchainTransactionStatus
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chain | IBlockchainNetworkPointer | Blockchain in which this transaction took place | |
| settled | boolean | True if has been settled (verified and wrote to the chain) | |
| txId | Nullable<string> | Transaction ID on the blockchain |