...
Code Block | ||
---|---|---|
| ||
Promise<AssetInfo> getInfo(String assetName) |
Returns the AssetInfo for the named asset if it is present in the pool. If the asset is not present then the returned promise is rejected.
...
...
Code Block | ||
---|---|---|
| ||
Promise<AssetInfo> getInfo(String assetName) |
Returns the AssetInfo for the named asset if it is present in the pool. If the asset is not present then the returned promise is rejected.
...