checkWallet()
This method checks if a wallet exists in the specified blockchain.
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address |
| String | Wallet address |
Example
Result
The result will be of type Array
, but for easier readability, here is the equivalent in JSON.
When the wallet exists:
Last updated