package
0.9.0
Repository: https://github.com/waku-org/go-waku.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
DontWait is used to fire and forget an unsubscription, and don't care about the results of it.
No description provided by the author
No description provided by the author
NewWakuFilterFullNode returns a new instance of Waku Filter struct setup according to the chosen parameter and options.
NewWakuFilterLightnode returns a new instance of Waku Filter struct setup according to the chosen parameter and options Note that broadcaster is optional.
No description provided by the author
WithAutomaticPeerSelection is an option used to randomly select a peer from the peer store.
WithAutomaticRequestID is an option to automatically generate a request ID when creating a filter subscription.
WithFastestPeerSelection is an option used to select a peer from the peer store with the lowest ping If a list of specific peers is passed, the peer will be chosen from that list assuming it supports the chosen protocol, otherwise it will chose a peer from the node peerstore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithRequestID is an option to set a specific request ID to be used when creating/removing a filter subscription.
No description provided by the author
WithWaitGroup allows specifying a waitgroup to wait until all unsubscribe requests are complete before the function is complete.

# Constants

No description provided by the author
FilterPushID_v20beta1 is the current Waku Filter protocol identifier used to allow filter service nodes to push messages matching registered subscriptions to this client.
No description provided by the author
FilterSubscribeID_v20beta1 is the current Waku Filter protocol identifier for servers to allow filter clients to subscribe, modify, refresh and unsubscribe a desired set of filter criteria.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Metrics exposes the functions required to update prometheus metrics for filter protocol.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author