package
0.0.17
Repository: https://github.com/libs4go/bcf4go.git
Documentation: pkg.go.dev

# Functions

NewRPCClient returns a new RPCClient instance with default configuration (no custom headers, default http.Client, autoincrement ids).

# Structs

BatchResponse a list of jsonrpc response objects as a result of a batch request if you are interested in the response of a specific request use: GetResponseOf(request).
RPCClient sends jsonrpc requests over http to the provided rpc backend.
RPCError represents a jsonrpc error object if an rpc error occurred.
RPCNotification represents a jsonrpc notification object.
RPCRequest represents a jsonrpc request object.
RPCResponse represents a jsonrpc response object.