fn testnet_genesis(
    wasm_binary: &[u8],
    initial_authorities: Vec<(AuthorityId, AuthorityId)>,
    root_key: AccountId,
    endowed_accounts: Vec<AccountId>,
    _gateway_records: Vec<GatewayRecord<AccountId>>,
    _standard_sfx_abi: Vec<(Sfx4bId, SFXAbi)>,
    _enable_println: bool
) -> RuntimeGenesisConfig
Expand description

Generate the session keys from individual elements.

The input must be a tuple of individual keys (a single arg for now since we have just one key). Configure initial storage state for FRAME modules.