package
0.27.3
Repository: https://github.com/corestario/tendermint.git
Documentation: pkg.go.dev

# Packages

nolint.

# Functions

BufferCapacity allows you to specify capacity for the internal server's queue.
NewServer returns a new server.
NewTagMap constructs a new immutable tag set from a map.

# Variables

ErrAlreadySubscribed is returned when a client tries to subscribe twice or more using the same query.
ErrSubscriptionNotFound is returned when a client tries to unsubscribe from not existing subscription.

# Structs

Server allows clients to subscribe/unsubscribe for messages, publishing messages with or without tags, and manages internal state.

# Interfaces

Query defines an interface for a query to be used for subscribing.
TagMap is used to associate tags to a message.

# Type aliases

Option sets a parameter for the server.