Function Signature
Description
Returns a list of backup methods that can be used to recover the wallet.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | String | No | Optional chain ID to check. If null, checks globally. |
Returns
List<String> - A list of method names (e.g., ["Password", "GoogleDrive"]).
Example
Errors
| Code | Description |
|---|---|
NOT_INITIALIZED | Portal was not initialized |