Chunks
Last updated
Last updated
Chunks are subdivisions of blocks in NEAR's sharded architecture. Each chunk contains a subset of the transactions and receipts for a particular shard, facilitating parallel processing and scalability. Chunks are identified by a hash and are associated with a specific block.
Column Name | Description |
---|---|
balance_burnt
The number of tokens burnt
block_hash
The hash of the block
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
encoded_length
The chunk length encoded in integer format
encoded_merkle_root
The encoded merkle root
gas_limit
The maximum gas allowed in this block
gas_used
The total used gas by all transactions in this block
height_created
The chunk height created
height_included
The included height of the chunk
outcome_root
The root of the outcome trie of the block
outgoing_receipts_root
The root of the outgoing receipts of the block
prev_block_hash
The hash of the previous block chunk corresponding to the current one
prev_state_root
The previous state of the root of the corresponding block
receipt_count
The number of receipts in this chunk
rent_paid
The number of tokens paid as rent
shard_id
The id of the multiple data grouped together
signature
The standard ed25519 signature type
transactions_count
The number of transactions in this chunk
tx_root
The transaction root
validator_proposals
An array of proposals provided by the validators
validator_reward
The reward sent to the validators
included
Whether this chunk is included in the parent block or not (height_included == block_height)
_created_at
Timestamp of the entry creation
_updated_at
Timestamp of the entry update