Expand description
Consensus service interfaces.
Modules§
- address
- Consensus account address structures.
- beacon
- governance
- Governance structures.
- keymanager
- registry
- Registry structures.
- roothash
- Consensus roothash structures.
- scheduler
- Scheduler structures.
- staking
- Consensus staking structures.
- state
- Consensus state wrappers.
- tendermint
- Tendermint consensus layer backend.
- transaction
- verifier
- Trait for consensus layer verification.
Structs§
- Block
Metadata - BlockMetadata contains additional metadata related to the executing block.
- Light
Block - Light consensus block.
Enums§
- Event
- An event emitted by the consensus layer.
Constants§
- HEIGHT_
LATEST - The height that represents the most recent block height.
- METHOD_
META - MODULE_
NAME - A unique module name for the consensus module.