[][src]Function solana_runtime::genesis_utils::create_genesis_config_with_leader_ex

pub fn create_genesis_config_with_leader_ex(
    mint_lamports: u64,
    bootstrap_validator_pubkey: &Pubkey,
    bootstrap_validator_voting_keypair: &Keypair,
    bootstrap_validator_staking_pubkey: &Pubkey,
    bootstrap_validator_stake_lamports: u64,
    bootstrap_validator_lamports: u64,
    cluster_type: ClusterType
) -> GenesisConfigInfo