[][src]Function solana_stake_program::stake_instruction::create_account_and_delegate_stake

pub fn create_account_and_delegate_stake(
    from_pubkey: &Pubkey,
    stake_pubkey: &Pubkey,
    vote_pubkey: &Pubkey,
    authorized: &Authorized,
    lockup: &Lockup,
    lamports: u64
) -> Vec<Instruction>