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

# Functions

No description provided by the author
GetCertifiedCommit gets the signed header for a given height and certifies it.
No description provided by the author
GetWithProof will query the key on the given node, and verify it has a valid proof, as defined by the certifier.
GetWithProofOptions is useful if you want full access to the ABCIQueryOptions.
IsNoDataErr checks whether an error is due to a query returning empty data.
RPCRoutes just routes everything to the given client, as if it were a tendermint fullnode.
SecureClient uses a given certifier to wrap an connection to an untrusted host and return a cryptographically secure rpc client.
StartProxy will start the websocket manager on the client, set up the rpc routes to proxy via the given client, and start up an http/rpc server on the location given by bind (eg.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Wrapper wraps a rpcclient with a Certifier and double-checks any input that is provable before passing it along.

# Interfaces

KeyProof represents a proof of existence or absence of a single key.