Function solana_sdk::vote::instruction::create_account_with_seed
source · pub fn create_account_with_seed(
from_pubkey: &Pubkey,
vote_pubkey: &Pubkey,
base: &Pubkey,
seed: &str,
vote_init: &VoteInit,
lamports: u64
) -> Vec<Instruction, Global>
👎Deprecated since 1.16.0: Please use
create_account_with_config()
instead.