pub type StaticMembership = StaticCommittee<TestTypes>;
Expand description

static committee type alias

Aliased Type§

struct StaticMembership {
    eligible_leaders: Vec<StakeTableEntry<VerKey>>,
    stake_table: Vec<StakeTableEntry<VerKey>>,
    indexed_stake_table: BTreeMap<VerKey, StakeTableEntry<VerKey>>,
    committee_topic: Topic,
}

Fields§

§eligible_leaders: Vec<StakeTableEntry<VerKey>>§stake_table: Vec<StakeTableEntry<VerKey>>§indexed_stake_table: BTreeMap<VerKey, StakeTableEntry<VerKey>>§committee_topic: Topic