Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added link

...

Code Block
languagejs
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.

...