Function Signature
Description
Checks if the wallet can be recovered. A wallet is recoverable if it has been backed up.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | String | No | Optional chain ID to check. If null, checks for any wallet. |
Returns
bool - true if the wallet can be recovered, false otherwise.
Example
Errors
| Code | Description |
|---|---|
NOT_INITIALIZED | Portal was not initialized |