Optional options: waku_store.CreateOptionsRegister a decryption key to attempt decryption of messages received in any subsequent queryHistory call. This can either be a private key for asymmetric encryption or a symmetric key. WakuStore will attempt to decrypt messages using both methods.
Strings must be in hex format.
Optional options: { contentTopics?: string[]; method?: DecryptionMethod }Optional contentOptional method?: DecryptionMethodcursorV2Beta4 Delete a decryption key that was used to attempt decryption of messages received in subsequent queryHistory calls.
Strings must be in hex format.
Do a query to a Waku Store to retrieve historical/missed messages.
If not able to reach a Waku Store peer to query or if an error is encountered when processing the reply.
The content topics to pass to the query, leave empty to retrieve all messages.
Optional options: QueryOptionsOptional parameters.
Generated using TypeDoc
Implements the Waku v2 Store protocol.
The Waku Store protocol can be used to retrieved historical messages.