Function solana_program::vote::instruction::create_account_with_config

source ยท
pub fn create_account_with_config(
    from_pubkey: &Pubkey,
    vote_pubkey: &Pubkey,
    vote_init: &VoteInit,
    lamports: u64,
    config: CreateVoteAccountConfig<'_>
) -> Vec<Instruction>