Function safe_token_2022::extension::confidential_transfer::instruction::withdraw_withheld_tokens_from_accounts
source · pub fn withdraw_withheld_tokens_from_accounts(
token_program_id: &Pubkey,
mint: &Pubkey,
destination: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
sources: &[&Pubkey],
proof_data: &WithdrawWithheldTokensData
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a WithdrawWithheldTokensFromAccounts
instruction