Function Signature
Description
Checks if the wallet has been backed up. Can optionally check for a specific chain.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | String | No | Optional chain ID to check. If null, checks global backup status. |
Returns
bool - true if the wallet is backed up, false otherwise.
Example
Errors
| Code | Description |
|---|---|
NOT_INITIALIZED | Portal was not initialized |