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 Array
, but for easier readability, here is the equivalent in JSON.
Last updated