use-wallet-from-creation
Use wallet data from a previous wallet creation result to avoid re-uploading files. Supply the wallet creation JSON to reuse wallet details.
Instructions
Use wallet data directly from a previous wallet creation result. This helps avoid re-uploading files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token to check balance for (rBTC, USDT, DOC, BPRO, RIF, FISH, Custom Token, etc.) | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| customTokenAddress | No | Custom token contract address - required if token is 'Custom Token' | |
| walletCreationResult | Yes | The complete JSON result from create-wallet function including walletsData |