pub fn transfer_with_fee(
token_program_id: &Pubkey,
source_token_account: &Pubkey,
destination_token_account: &Pubkey,
mint: &Pubkey,
new_source_decryptable_available_balance: AeCiphertext,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
proof_data: &TransferWithFeeData
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a Transfer
instruction with fee proof