package
0.4.8
Repository: https://github.com/stratumn/go-core.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of a TMStore.

# Constants

DefaultEndpoint is the default Tendermint endpoint.
DefaultWsRetryInterval is the default interval between Tendermint Websocket connection attempts.
Description is the description set in the store's information.
ErrAlreadySubscribed is the error returned by tendermint's rpc client when we try to suscribe twice to the same event.
Name is the name set in the store's information.

# Structs

Config contains configuration options for the store.
Info is the info returned by GetInfo.
TMStore is the type that implements github.com/stratumn/go-core/store.Adapter.