Type Alias pallet_distance::pallet::PendingEvaluationRequest
source · pub type PendingEvaluationRequest<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingEvaluationRequest<T>, Twox64Concat, <T as Config>::IdtyIndex, <T as Config>::AccountId, OptionQuery>;Expand description
The pending evaluation requesters.
Storage type is [StorageMap] with key type < T as pallet_identity :: Config > :: IdtyIndex and value type < T as frame_system :: Config > :: AccountId.
Aliased Type§
struct PendingEvaluationRequest<T: Config>(/* private fields */);