Function getAllAssets

  • Retrieves all assets that are registered on a blockchain as a paginated entity

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<Asset>>