Type Definition pallet_crowdloan_rewards::pallet::CrowdloanAllocation
source · pub type CrowdloanAllocation<T: Config> = StorageMap<_GeneratedPrefixForStorageCrowdloanAllocation<T>, Blake2_128Concat, u32, BalanceOf<T>, ValueQuery>;
Expand description
Storage type is StorageMap
with key type u32
and value type BalanceOf < T >
.