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