Interface: PaginableOrders\
December 9, 2025 ยท View on GitHub
iexec / <internal> / PaginableOrders
Interface: PaginableOrders<OT>
Type Parameters
OT
OT
Properties
count
count:
number
total count
more()?
optionalmore: () =>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)