pub fn inner_withdraw_withheld_tokens_from_accounts(
    token_program_id: &Pubkey,
    mint: &Pubkey,
    destination: &Pubkey,
    new_decryptable_available_balance: &DecryptableBalance,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey],
    sources: &[&Pubkey],
    proof_data_location: ProofLocation<'_, CiphertextCiphertextEqualityProofData>
) -> Result<Instruction, ProgramError>
Expand description

Create an inner WithdrawWithheldTokensFromMint instruction

This instruction is suitable for use with a cross-program invoke