getAssetSupply()
Get the supply of an asset from a specific blockchain.
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
| String | The asset you're looking for |
Example
Result
The result will be an object of type Map<String, dynamic>
Last updated