checkWallet()
This method checks if a wallet exists in the specified blockchain.
Method Signature
Parameters
Name
Type
Description
blockchain
String
Blockchain address
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