Interface: PaginableOrders\

December 9, 2025 ยท View on GitHub

iexec


iexec / <internal> / PaginableOrders

Interface: PaginableOrders<OT>

Type Parameters

OT

OT

Properties

count

count: number

total count


more()?

optional more: () => Promise<PaginableOrders<OT>>

when a partial result is returned, more() can be called to get the next page.

Returns

Promise<PaginableOrders<OT>>


orders

orders: OT[]

order page (this may be a partial result)

Contents

  1. 1Type Parameters
  2. 1.1OT
  3. 2Properties
  4. 2.1count
  5. 2.2more()?
  6. 2.3orders