pub fn 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<Vec<Instruction>, ProgramError>
Expand description
Create a Transfer
instruction