pub type MemberEvidence<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMemberEvidence<T, I>, Twox64Concat, T::AccountId, (Wish, Evidence<T, I>), OptionQuery>;Expand description
Some evidence together with the desired outcome for which it was presented.
Storage type is [StorageMap] with key type T :: AccountId and value type (Wish, Evidence < T, I >).
Aliased Type§
struct MemberEvidence<T: Config<I>, I: 'static = ()>(/* private fields */);