Skip to main content

TransactionStatus

hashstring

The transaction hash.

statusstring

The status of the transaction.

Possible values: [pending, applied, failed, unknown]

errorstring

The transaction hash.

details object

The details of the transaction.

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.

TransactionStatus
{
"hash": "string",
"status": "pending",
"error": "string",
"details": {
"blockHeight": 0,
"stateHash": "string",
"blockStatus": "string",
"timestamp": 0,
"txHash": "string",
"txStatus": "string"
}
}