Class ResourceJsonAssetService

  • All Implemented Interfaces:
    AssetService

    public class ResourceJsonAssetService
    extends java.lang.Object
    implements AssetService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AssetResponse getAsset​(java.lang.String code, java.lang.String issuer)
      Get the asset identified by `code` and `issuer`.
      java.util.List<AssetResponse> listAllAssets()
      Returns all assets supported by the anchor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAsset

        public AssetResponse getAsset​(java.lang.String code,
                                      java.lang.String issuer)
        Description copied from interface: AssetService
        Get the asset identified by `code` and `issuer`.
        Specified by:
        getAsset in interface AssetService
        Parameters:
        code - The asset code
        issuer - The account ID of the issuer
        Returns: