Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMatchEventsParams

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

    Properties

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