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 JSON
.
When the wallet exists:
Last updated