Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerOrdersParams

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

    Properties

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