Function polkadot_service::chain_spec::kusama_testnet_genesis
source · pub fn kusama_testnet_genesis(
wasm_binary: &[u8],
initial_authorities: Vec<(AccountId, AccountId, BabeId, GrandpaId, ImOnlineId, ValidatorId, AssignmentId, AuthorityDiscoveryId, BeefyId)>,
_root_key: AccountId,
endowed_accounts: Option<Vec<AccountId>>
) -> RuntimeGenesisConfig
Expand description
Helper function to create kusama RuntimeGenesisConfig
for testing