package
0.19.0-rc4
Repository: https://github.com/eeonevision/tendermint.git
Documentation: pkg.go.dev

# Functions

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

# Structs

ABCIApp will send all abci related request to the named app, so you can test app behavior from a client without needing an entire tendermint node.
ABCIMock will send all abci related request to the named app, so you can test app behavior from a client without needing an entire tendermint node.
ABCIRecorder can wrap another type (ABCIApp, ABCIMock, or Client) and record all ABCI related calls.
Call is used by recorders to save a call and response.
Client wraps arbitrary implementations of the various interfaces.
No description provided by the author
StatusMock returns the result specified by the Call.
StatusRecorder can wrap another type (StatusMock, full client) and record the status calls.