stack

Home > @infiniteobjects/data-types > IBlockchainTransactionStatus

IBlockchainTransactionStatus interface

Status of a Blockchain transaction

Signature:

export interface IBlockchainTransactionStatus 

Properties

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