ConfidentialDepositInstructionArgs: {
    amount: number | bigint;
    decimals: number;
}

Type declaration

  • amount: number | bigint

    The amount of tokens to deposit.

  • decimals: number

    Expected number of base 10 digits to the right of the decimal place.

Generated using TypeDoc