pub type PendingEvaluationRequest<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingEvaluationRequest<T>, Twox64Concat, <T as Config>::IdtyIndex, <T as Config>::AccountId, OptionQuery>;
Expand description

Pending evaluation requesters

account who requested an evaluation and reserved the price, for whom the price will be unreserved or slashed when the evaluation completes.

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>(PhantomData<(_GeneratedPrefixForStoragePendingEvaluationRequest<T>, Twox64Concat, u32, <T as Config>::AccountId, OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStoragePendingEvaluationRequest<T>, Twox64Concat, u32, <T as Config>::AccountId, OptionQuery, GetDefault, GetDefault)>