Skip to main content

Module block

Module block 

Source
Expand description

The foundational data structure the Tempo network comes to consensus over.

The Tempo Block contains the execution-layer block plus consensus-layer validation data that is transmitted over commonware p2p.

Structsยง

Block ๐Ÿ”’
A Tempo block.
BlockInner ๐Ÿ”’
Inner block data shared by cheap Block clones.

Enumsยง

BlockAccessListError ๐Ÿ”’
Error returned when a BAL sidecar does not match the execution block header.

Functionsยง

validate_block_access_list_hash ๐Ÿ”’