Type Alias pallet_society::PayoutRecordFor
source · pub type PayoutRecordFor<T, I> = PayoutRecord<<<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, BoundedVec<(BlockNumberFor<T>, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance), <T as Config<I>>::MaxPayouts>>;
Aliased Type§
struct PayoutRecordFor<T, I> { /* private fields */ }