Module diem_types::block_info[][src]

Structs

BlockInfo

This structure contains all the information needed for tracking a block without having access to the block or its execution output state. It assumes that the block is the last block executed within the ledger.

Constants

GENESIS_EPOCH
GENESIS_ROUND
GENESIS_TIMESTAMP_USECS
GENESIS_VERSION

Type Definitions

Round

The round of a block is a consensus-internal counter, which starts with 0 and increases monotonically.