Receipts
Receipts are the result of executed transactions. They are used to track the outcomes and states changes produced by the transaction execution, including any cross-contract calls. Each receipt has a unique ID and links to the originating transaction.
Table Columns
Column Name | Description |
---|---|
block_hash | The hash of the block containing the chunk |
block_height | The height of the block |
block_timestamp | The time at which the block was created/added to the chain |
chunk_hash | The hash of the chunk |
predecessor_id | The ID of the predecessor block |
receipt | The receipt associated with the chunk |
receipt_id | The unique identifier of the receipt |
receipt_index | The index of the receipt within the chunk |
receiver_id | The account ID of the receipt receiver |
actions | The actions performed in the chunk |
gas_price | The price per unit of gas for transactions in the chunk |
input_data_ids | The IDs of the input data for the chunk |
output_data_receivers | The receivers of the output data for the chunk |
signer_id | The account ID of the chunk originator |
signer_public_key | The public key of the chunk signer |
_created_at | Timestamp when the record was created |
_updated_at | Timestamp when the record was last updated |
Last updated