package
0.0.0-20230530162105-6dcdc0ec4805
Repository: https://github.com/consideritdone/landslidecore.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DefaultClientCreator returns a default ClientCreator, which will create a local client if addr is one of: 'counter', 'counter_serial', 'kvstore', 'persistent_kvstore' or 'noop', otherwise - a remote client.
No description provided by the author
No description provided by the author
No description provided by the author
NewAppConns calls NewMultiAppConn.
No description provided by the author
NewLocalClientCreator returns a ClientCreator for the given app, which will be running locally.
NewMultiAppConn makes all necessary abci connections to the application.
NewRemoteClientCreator returns a ClientCreator for the given address (e.g.

# Variables

RequestInfo contains all the information for sending the abci.RequestInfo message during handshake with the app.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
AppConns is the Tendermint's interface to the application that consists of multiple connections.
No description provided by the author
ClientCreator creates new ABCI clients.