Skip to content

TransactionReceipt

Example

{
    "id": "00000000-0000-0000-0000-000000000000"
}

Field Descriptions

Field Name Description Type
id Transaction ID UUID
indexed The time when this receipt was indexed by the node, providing a relative order of transaction receipts within this node (might be significantly after the timestamp of the block) Timestamp
domain The domain that executed the transaction, for private transactions only string
success Transaction success status bool
transactionHash Transaction hash Bytes32
blockNumber Block number int64
transactionIndex Transaction index int64
logIndex Log index int64
source Event source EthAddress
failureMessage Failure message - set if transaction reverted string
revertData Encoded revert data - if available HexBytes
contractAddress New contract address - to be used in the 'To' field for subsequent invoke transactions EthAddress