Function polkadot_service::chain_spec::rococo_testnet_genesis
source · pub fn rococo_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 rococo RuntimeGenesisConfig
for testing