Withdrawals
This guide covers withdrawing tokens from your private balance back to a wallet address using the Privacy Boost React Native SDK.Basic Withdrawal
Withdrawal Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenAddress | string | Yes | ERC-20 token contract address |
amount | string | Yes | Amount in wei (smallest unit) |
recipient | string | Yes | Recipient Ethereum address |