Type Alias PaginatedFilledEvents

PaginatedFilledEvents: {
    filledEvents: OrderFilledEventWithAsset[];
    total: number;
}

Type declaration

  • filledEvents: OrderFilledEventWithAsset[]

    The list of filled events matching the search.

  • total: number

    The total number of filled events matching the search.