pallet_crowdloan_rewards::pallet

Type Alias AccountsPayable

Source
pub type AccountsPayable<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountsPayable<T>, Blake2_128Concat, T::AccountId, RewardInfo<T>>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type RewardInfo < T >.

Aliased Typeยง

struct AccountsPayable<T: Config>(/* private fields */);