pub fn inner_withdraw(
token_program_id: &Pubkey,
token_account: &Pubkey,
mint: &Pubkey,
amount: u64,
decimals: u8,
new_decryptable_available_balance: DecryptableBalance,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
proof_instruction_offset: i8,
) -> Result<Instruction, ProgramError>
Expand description
Create a inner Withdraw
instruction
This instruction is suitable for use with a cross-program invoke