interface IndexerServerOrdersParams {
    subaccount?: string;
    product_ids?: number[];
    digests?: string[];
    max_time?: number;
    limit?: number;
    idx?: string;
}

Properties

subaccount?: string
product_ids?: number[]
digests?: string[]
max_time?: number
limit?: number
idx?: string