//
pkg.gl
Category
github.com/anchorageoss/sei-tendermint
rpc
client
http
package
1.0.1
Repository:
https://github.com/anchorageoss/sei-tendermint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
7
Files
534 SLOC
#
Functions
New
New takes a remote endpoint in the form <protocol>://<host>:<port>.
NewWithClient
NewWithClient constructs an RPC client using a custom HTTP client.
NewWithTimeout
NewWithTimeout does the same thing as New, except you can set a Timeout for http.Client.
#
Structs
BatchHTTP
BatchHTTP provides the same interface as `HTTP`, but allows for batching of requests (as per https://www.jsonrpc.org/specification#batch).
HTTP
HTTP is a Client implementation that communicates with a Tendermint node over JSON RPC and WebSockets.