pub fn withdraw(
token_program_id: &Pubkey,
token_account: &Pubkey,
mint: &Pubkey,
amount: u64,
decimals: u8,
new_decryptable_available_balance: PodAeCiphertext,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
equality_proof_data_location: ProofLocation<'_, CiphertextCommitmentEqualityProofData>,
range_proof_data_location: ProofLocation<'_, BatchedRangeProofU64Data>,
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a Withdraw
instruction