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 NameDescription
block_hashThe hash of the block containing the chunk
block_heightThe height of the block
block_timestampThe time at which the block was created/added to the chain
chunk_hashThe hash of the chunk
predecessor_idThe ID of the predecessor block
receiptThe receipt associated with the chunk
receipt_idThe unique identifier of the receipt
receipt_indexThe index of the receipt within the chunk
receiver_idThe account ID of the receipt receiver
actionsThe actions performed in the chunk
gas_priceThe price per unit of gas for transactions in the chunk
input_data_idsThe IDs of the input data for the chunk
output_data_receiversThe receivers of the output data for the chunk
signer_idThe account ID of the chunk originator
signer_public_keyThe public key of the chunk signer
_created_atTimestamp when the record was created
_updated_atTimestamp when the record was last updated