solknife_ct_deposit_build
Build the Deposit tx (public → confidential pending). amount in base units (u64 string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | A Solana address in base58, 32-44 chars. | |
| owner | Yes | A Solana address in base58, 32-44 chars. | |
| amount | Yes | Amount in base units as a decimal string (not a float). For a 6-decimal mint, "1000000" is 1 token. | |
| decimals | Yes | The mint's decimals. Must match the mint exactly or the transfer fails on-chain. |