pallet_parachain_staking::pallet

Type Alias 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 */);