pub type Payouts<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStoragePayouts<T, I>, Twox64Concat, T::AccountId, PayoutRecordFor<T, I>, ValueQuery>;Expand description
Information regarding rank-0 payouts, past and future.
Storage type is [StorageMap] with key type T :: AccountId and value type PayoutRecordFor < T, I >.
Aliased Type§
struct Payouts<T: Config<I>, I: 'static = ()>(/* private fields */);