Type Alias distance_oracle::runtime::distance::storage::types::evaluation_pool1::EvaluationPool1
source · pub type EvaluationPool1 = EvaluationPool<AccountId32, u32>;
Aliased Type§
struct EvaluationPool1 {
pub evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>,
pub evaluators: BoundedBTreeSet<AccountId32>,
}
Fields§
§evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>
§evaluators: BoundedBTreeSet<AccountId32>