Creates a cursor based on the provided decoded message.
The decoded message.
A StoreCursor representing the message.
Queries the Waku Store for historical messages using the provided decoders and options. Returns an asynchronous generator that yields promises of decoded messages.
An array of message decoders.
Optionaloptions: Partial<QueryRequestParams>Optional query parameters.
An asynchronous generator of promises of decoded messages.
Queries the Waku Store for historical messages and processes them with the provided callback in order.
An array of message decoders.
A callback function to process each decoded message.
Optionaloptions: Partial<QueryRequestParams>Optional query parameters.
A promise that resolves when the query and message processing are completed.
Queries the Waku Store for historical messages and processes them with the provided callback using promises.
An array of message decoders.
A callback function to process each promise of a decoded message.
Optionaloptions: Partial<QueryRequestParams>Optional query parameters.
A promise that resolves when the query and message processing are completed.
StoreSDK is an implementation of the IStoreSDK interface. It provides methods to interact with the Waku Store protocol.