pub fn polkadot_testnet_genesis(
    wasm_binary: &[u8],
    initial_authorities: Vec<(AccountId, AccountId, BabeId, GrandpaId, ImOnlineId, ValidatorId, AssignmentId, AuthorityDiscoveryId)>,
    _root_key: AccountId,
    endowed_accounts: Option<Vec<AccountId>>
) -> GenesisConfig
Expand description

Helper function to create polkadot GenesisConfig for testing