Type Alias pallet_parachain_staking::pallet::DelayedPayouts
source · pub type DelayedPayouts<T: Config> = StorageMap<_GeneratedPrefixForStorageDelayedPayouts<T>, Twox64Concat, RoundIndex, DelayedPayout<BalanceOf<T>>, OptionQuery>;
Expand description
Delayed payouts
Storage type is [StorageMap
] with key type RoundIndex
and value type DelayedPayout < BalanceOf < T > >
.
Aliased Type§
struct DelayedPayouts<T: Config>(/* private fields */);