Skip to main content

TxStatus

blockHeightint64

The height of the block containing the transaction.

stateHashstring

The state hash of the block.

blockStatusstring

The status of the block.

timestampint64

The timestamp of the block.

txHashstring

The transaction hash.

txStatusstring

The status of the transaction in the block.

TxStatus
{
"blockHeight": 0,
"stateHash": "string",
"blockStatus": "string",
"timestamp": 0,
"txHash": "string",
"txStatus": "string"
}