pub type Defending<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageDefending<T, I>, (T::AccountId, T::AccountId, Tally)>;
Expand description
The defending member currently being challenged, along with a running tally of votes.
Storage type is [StorageValue
] with value type (T :: AccountId, T :: AccountId, Tally)
.
Aliased Type§
struct Defending<T: Config<I>, I: 'static = ()>(/* private fields */);