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 |
states |
The state receipt for the transaction (private transactions only) |
TransactionStates |
domainReceipt |
The domain receipt for the transaction (private transaction only) |
RawJSON |
domainReceiptError |
Contains the error if it was not possible to obtain the domain receipt for a private transaction |
string |