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