interface Params {
    contentTopics: string[];
    cursor?: Index;
    endTime?: Date;
    pageDirection: waku_store.PageDirection;
    pageSize: number;
    pubsubTopic: string;
    startTime?: Date;
}

Properties

contentTopics: string[]
cursor?: Index
endTime?: Date
pageDirection: waku_store.PageDirection
pageSize: number
pubsubTopic: string
startTime?: Date

Generated using TypeDoc