fn testnet_genesis(
    sudo_key: AccountId,
    endowed_accounts: Vec<AccountId>,
    initial_authorities: Vec<(AuthorityId, AuthorityId)>,
    chain_id: u64,
    enable_manual_seal: bool
) -> Value
Expand description

Configure initial storage state for FRAME modules.