Crate cumulus_client_collator
source ·Expand description
Cumulus Collator implementation for Substrate.
Modules§
- Relay-chain-driven collators are those whose block production is driven purely by new relay chain blocks and the most recently included parachain blocks within them.
- The Cumulus
CollatorService
is a utility struct for performing common operations used in parachain consensus/authoring.
Structs§
- The implementation of the Cumulus
Collator
. - Parameters for
start_collator
.
Functions§
- Initialize the collation-related subsystems on the relay-chain side.
- start_collatorDeprecatedStart the collator.
- start_collator_syncDeprecatedStart the collator in a synchronous function.