pub type Claimant<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageClaimant<T, I>, Twox64Concat, T::AccountId, ClaimantStatusOf<T, I>, OptionQuery>;
Expand description
The status of a claimant.
Storage type is [StorageMap
] with key type T :: AccountId
and value type ClaimantStatusOf < T, I >
.
Aliased Type§
struct Claimant<T: Config<I>, I: 'static = ()>(/* private fields */);