Documentation
    Preparing search index...

    Interface StoreQueryResponse

    interface StoreQueryResponse {
        messages: proto_store.WakuMessageKeyValue[];
        paginationCursor?: Uint8Array<ArrayBufferLike>;
        requestId: string;
        statusCode?: number;
        statusDesc?: string;
    }
    Index

    Properties

    paginationCursor?: Uint8Array<ArrayBufferLike>
    requestId: string
    statusCode?: number
    statusDesc?: string