# Packages
No description provided by the author
# Functions
NewClient returns a new ABCI client of the specified transport type.
No description provided by the author
NewLocalClient creates a local client, which will be directly calling the methods of the given app.
No description provided by the author
NewSocketClient creates a new socket client, which connects to a given address.
# Interfaces
Client defines an interface for an ABCI client.
# Type aliases
No description provided by the author