Type Definition pallet_crowdloan_rewards::pallet::AccountsPayable
source · pub type AccountsPayable<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAccountsPayable<T>, Blake2_128Concat, u32, Blake2_128Concat, T::AccountId, RewardInfo<T>>;
Expand description
Storage type is StorageDoubleMap
with key1 type u32, key2 type T :: AccountId and value type RewardInfo < T >.