create_account_with_config_v2

Function create_account_with_config_v2 

Source
pub fn create_account_with_config_v2(
    from_pubkey: &Pubkey,
    vote_pubkey: &Pubkey,
    vote_init: &VoteInitV2,
    lamports: u64,
    config: CreateVoteAccountConfig<'_>,
) -> Vec<Instruction>
Available on crate feature bincode only.