[][src]Function solana_runtime::genesis_utils::create_genesis_config_with_vote_accounts_and_cluster_type

pub fn create_genesis_config_with_vote_accounts_and_cluster_type(
    mint_lamports: u64,
    voting_keypairs: &[impl Borrow<ValidatorVoteKeypairs>],
    stakes: Vec<u64>,
    cluster_type: ClusterType
) -> GenesisConfigInfo