Function solana_sdk::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, Global>