Crate pallet_distance
source ·Re-exports§
pub use crate::MAX_EVALUATIONS_PER_SESSION;
pub use crate::MAX_EVALUATORS_PER_SESSION;
pub use pallet::*;
pub use traits::*;
Modules§
- median 🔒
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - types 🔒
- weights 🔒
Structs§
- Pool where distance evaluation requests and results are stored
Enums§
- Status of the distance evaluation of an identity
Constants§
- Maximum number of identities to be evaluated in an evaluation period.
- Maximum number of evaluators in an evaluation period.