Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMatchEventsParams

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

    Properties

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