Expand description
The Cumulus Proposer
is a wrapper around a Substrate [sp_consensus::Environment
]
for creating new parachain blocks.
This utility is designed to be composed within any collator consensus algorithm.
Structs§
- Errors that can occur when proposing a parachain block.
- A simple wrapper around a Substrate proposer for creating collations.
Traits§
- An interface for proposers.
Type Aliases§
- A type alias for easily referring to the type of a proposal produced by a specific
Proposer
.