Function testnet_genesis

Source
pub fn testnet_genesis(
    initial_authorities: Vec<AuthorityKeys>,
    root_key: Option<AccountId>,
    endowed_accounts: Vec<AccountId>,
    _enable_println: bool,
) -> Result<Value, Error>
Expand description

Configure initial storage state for FRAME modules.