Expand description
§Primitives for Partner Chain committee selection.
This crate implements shared types and traits used to implement Partner Chain committee rotation.
Structs§
- Authority
Selection Inputs - The part of data for selection of authorities that comes from the main chain. It is unfiltered, so the selection algorithm should filter out invalid candidates.
- Main
Chain Scripts - Collection of all mainchain script info needed for committee selection
Enums§
- Committee
Member - Type representing committee members, either permissioned or registered
- Inherent
Error - Error type used for failing calls of the Committee Selection inherent.
Constants§
- INHERENT_
IDENTIFIER - Inherent identifier used by the Committee Selection pallet
Traits§
- Session
Validator Management Api - Runtime API declaration for Session Validator Management