ConfidentialDepositInstructionDataArgs
type ConfidentialDepositInstructionDataArgs = {
amount: number | bigint;
decimals: number;
};Properties
amount
amount: number | bigint;The amount of tokens to deposit.
decimals
decimals: number;Expected number of base 10 digits to the right of the decimal place.