Function spl_token_2022::extension::confidential_transfer::instruction::deposit
source · [−]pub fn deposit(
token_program_id: &Pubkey,
source_token_account: &Pubkey,
mint: &Pubkey,
destination_token_account: &Pubkey,
amount: u64,
decimals: u8,
authority: &Pubkey,
multisig_signers: &[&Pubkey]
) -> Result<Instruction, ProgramError>
Expand description
Create a Deposit
instruction