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 an object of type Map<String, dynamic>
When the wallet exists:
Last updated