Function node_cli::chain_spec::testnet_genesis
source · pub fn testnet_genesis(
initial_authorities: Vec<(AccountId, AccountId, GrandpaId, BabeId, ImOnlineId, AuthorityDiscoveryId)>,
initial_nominators: Vec<AccountId>,
root_key: AccountId,
endowed_accounts: Option<Vec<AccountId>>
) -> RuntimeGenesisConfig
Expand description
Helper function to create RuntimeGenesisConfig for testing.