pub fn generate_chain_spec(
    authority_seeds: Vec<String>,
    nominator_accounts: Vec<String>,
    endowed_accounts: Vec<String>,
    sudo_account: String
) -> Result<String, String>
Expand description

Generate the chain spec using the given seeds and accounts.