referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_node_primitives::approval::v2::CandidateBitfield

source ·
pub type CandidateBitfield = Bitfield<CandidateIndex>;
Expand description

A read-only, non-zero bitfield. Each 1 bit identifies a candidate by the bitfield bit index.

Aliased Type§

struct CandidateBitfield(/* private fields */);