package
0.31.5
Repository: https://github.com/rnssolution/prism.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetCertifiedCommit gets the signed header for a given height and certifies it.
GetWithProof will query the key on the given node, and verify it has a valid proof, as defined by the Verifier.
GetWithProofOptions is useful if you want full access to the ABCIQueryOptions.
IsErrNoData checks whether an error is due to a query returning empty data.
No description provided by the author
RPCRoutes just routes everything to the given client, as if it were a tendermint fullnode.
SecureClient uses a given Verifier 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 Verifier and double-checks any input that is provable before passing it along.