TransactionReceipt
Example¶
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 |
sequence |
A local order of this receipt compared to other receipts on the node, used for ordering of receipts when delivering to receipt listeners | uint64 |
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 |