Function getAssetsFiltered

  • Retrieves all assets based on the filtering options provided in AssetFilter and that are registered on a blockchain as a paginated entity

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • assetFilter: AssetFilter = null

      object of AssetFilter that can be list of id, name, symbol and type

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

      Available since ApiVersion 1

    Returns Promise<PaginatedEntity<Asset>>