referrerpolicy=no-referrer-when-downgrade

Module unsigned

Source
Expand description

The unsigned phase, and its miner.

Structs§

Miner
A base miner, suitable to be used for both signed and unsigned submissions.
TrimmingStatus
Reports the trimming result of a mined solution.

Enums§

MinerError
Error type for operations related to the OCW npos solution miner.

Traits§

MinerConfig
Configurations for a miner that comes with this pallet.

Type Aliases§

Assignment
The relative distribution of a voter’s stake among the winning targets.
IndexAssignmentOf
The [IndexAssignment][frame_election_provider_support::IndexAssignment] type specialized for a particular runtime T.
MinerVoterOf
Same as VoterOf, but parameterized by the MinerConfig.
SolverErrorOf
Error type of the pallet’s crate::Config::Solver.
VoterOf
A voter’s fundamental data: their ID, their stake, and the list of candidates for whom they voted.