Stops the filter protocol.
Subscribes to messages that match the filtering criteria defined in the specified decoders. Executes a callback upon receiving each message. Checks for a valid peer connection before starting. Will wait until a peer is available.
Promise that resolves to boolean indicating if the subscription was created successfully.
Unsubscribes from messages with specified decoders.
Promise that resolves to true if unsubscription was successful, false otherwise.
Unsubscribes from all active subscriptions across all pubsub topics.
Starts the filter protocol.