Skip to main content
Schema: aleo.core Table: fact_block_round_batches Type: Base Table Records of rounds and batches within blocks on the Aleo network, capturing the consensus and block production process from genesis onward.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
ROUNDTEXTProver round data associated with the transaction.
BATCH_IDTEXTBatch ID associated with the transaction.
AUTHORTEXTThe author of the block round.
COMMITTEE_IDTEXTThe committee ID of the block round.
TRANSMISSION_IDSVARIANTThe transmission IDs of the block round.
FACT_BLOCK_ROUND_BATCHES_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
_INVOCATION_IDTEXT