Function getAssetsByType

  • Retrieves all assets of a specific type, e.g., "ft4", as a paginated entity

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • type: string

      the type of assets to return

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<Asset>>