Home > @infiniteobjects/data-types > BlockchainTransactionStatus
Status of a Blockchain transaction
Signature:
export declare class BlockchainTransactionStatus implements IBlockchainTransactionStatus
Implements: IBlockchainTransactionStatus
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chain | AnyBlockchainNetworkPointer | 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 |