pub type EvaluationPool2 = EvaluationPool<AccountId32, u32>;

Aliased Type§

struct EvaluationPool2 {
    pub evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>,
    pub evaluators: BoundedBTreeSet<AccountId32>,
}

Fields§

§evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>§evaluators: BoundedBTreeSet<AccountId32>