Table Columns

Unique Key: block_height, block_event_index, block_event_kind

Column NameDescription
block_heightThe sequential number of the block in the blockchain.
block_timestampThe timestamp when the block was created.
block_hashThe hash of the block.
block_event_indexThe index of the event within the block.
block_event_kindThe phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immedatiately before block commit)
typeThe type of the block event.
block_event_attribute_countThe number of attributes associated with the block event.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.