pub type CrowdloanRewardsConfig = GenesisConfig<Runtime>;Aliased Type§
struct CrowdloanRewardsConfig {
pub funded_accounts: Vec<([u8; 32], Option<AccountId20>, u128)>,
pub init_vesting_block: u32,
pub end_vesting_block: u32,
}Fields§
§funded_accounts: Vec<([u8; 32], Option<AccountId20>, u128)>List of contributors with their relay account, optional native account, and reward amount
init_vesting_block: u32Initial vesting block number
end_vesting_block: u32End vesting block number