solana_program::vote::instruction

Function 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>