Type Alias distance_oracle::api::EvaluationPool
source · pub type EvaluationPool = EvaluationPool<AccountId, IdtyIndex>;
Aliased Type§
struct EvaluationPool {
pub evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>,
pub evaluators: BoundedBTreeSet<AccountId32>,
}
Fields§
§evaluations: BoundedVec<(u32, MedianAcc<Perbill>)>
§evaluators: BoundedBTreeSet<AccountId32>