Function switchboard_solana::program_id::stake::instruction::create_account_with_seed
pub fn create_account_with_seed(
from_pubkey: &Pubkey,
stake_pubkey: &Pubkey,
base: &Pubkey,
seed: &str,
authorized: &Authorized,
lockup: &Lockup,
lamports: u64
) -> Vec<Instruction>