package
0.0.0-20230516101456-1d7836d562fc
Repository: https://github.com/exfury/grbchain.git
Documentation: pkg.go.dev
# Functions
New takes a remote endpoint in the form <protocol>://<host>:<port> and the websocket path (which always seems to be "/websocket") An error is returned on invalid remote.
NewWithClient allows for setting a custom http client (See New).
Create timeout enabled http client.
# Structs
BatchHTTP provides the same interface as `HTTP`, but allows for batching of requests (as per https://www.jsonrpc.org/specification#batch).
HTTP is a Client implementation that communicates with a Tendermint node over
JSON RPC and WebSockets.
WSEvents is a wrapper around WSClient, which implements EventsClient.