Interface AssetService

    • Method Detail

      • listAllAssets

        java.util.List<AssetResponse> listAllAssets()
        Returns all assets supported by the anchor.
        Returns:
        assets.
      • getAsset

        AssetResponse getAsset​(java.lang.String code,
                               java.lang.String issuer)
        Get the asset identified by `code` and `issuer`.
        Parameters:
        code - The asset code
        issuer - The account ID of the issuer
        Returns: