Documentation
    Preparing search index...

    Interface StoreQueryRequest

    interface StoreQueryRequest {
        contentTopics: string[];
        includeData: boolean;
        messageHashes: Uint8Array<ArrayBufferLike>[];
        paginationCursor?: Uint8Array<ArrayBufferLike>;
        paginationForward: boolean;
        paginationLimit?: bigint;
        pubsubTopic?: string;
        requestId: string;
        timeEnd?: bigint;
        timeStart?: bigint;
    }
    Index

    Properties

    contentTopics: string[]
    includeData: boolean
    messageHashes: Uint8Array<ArrayBufferLike>[]
    paginationCursor?: Uint8Array<ArrayBufferLike>
    paginationForward: boolean
    paginationLimit?: bigint
    pubsubTopic?: string
    requestId: string
    timeEnd?: bigint
    timeStart?: bigint