getWalletBalance()
This method retrieves the wallet balance from the specified blockchain chosen a specific asset.
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
| String | Wallet address in hex |
| String | Asset name |
Example
Result
The result will be of type JSON
.
Last updated