spl_token_2022::extension::confidential_transfer::instruction

Function inner_transfer

Source
pub fn inner_transfer(
    token_program_id: &Pubkey,
    source_token_account: &Pubkey,
    mint: &Pubkey,
    destination_token_account: &Pubkey,
    new_source_decryptable_available_balance: DecryptableBalance,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey],
    equality_proof_data_location: ProofLocation<'_, CiphertextCommitmentEqualityProofData>,
    ciphertext_validity_proof_data_location: ProofLocation<'_, BatchedGroupedCiphertext3HandlesValidityProofData>,
    range_proof_data_location: ProofLocation<'_, BatchedRangeProofU128Data>,
) -> Result<Instruction, ProgramError>
Expand description

Create an inner Transfer instruction

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