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

Properties

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