Modules§
Structs§
- Blamed
Header Verified Roots - Verified roots of blamed headers stored on disk on light nodes.
- Block
Data Manager - Block
Data With Multi Version - The structure to maintain block data under different views.
- Block
Execution Result receipts
andbloom
of a single block after execution. It might change depending on this block is executed under which pivot block’s view.- Block
Reward Result - Checkpoint
Hashes - The checkpoint information stored in the database
- Data
Manager Configuration - Data
Version Tuple - Epoch
Execution Context - The start block number of an epoch. It equals to the past executed number of blocks in the previous epoch + 1. For the true genesis, it equals 0. Used in evm execution.
- Invalid
Block Set - Local
Block Info - The local information about a block. It is NOT consistent across different nodes.
- PosReward
ForAccount - PosReward
Info
Enums§
- Block
Status - The validity status of a block. If a block’s status among all honest nodes
is guaranteed to have no conflict, which means if some honest nodes think a
block is not
Pending
, their decision will be the same status. - DbType