package
0.6.0
Repository: https://github.com/flashbots/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SendJSONRPCRequest sends the request to URL and returns the general JsonRpcResponse, or an error (note: not the JSONRPCError).
SendJSONRPCRequestAndParseResult sends the request and decodes the response into the reply interface.
SendNewJSONRPCRequest constructs a request and sends it to the URL.

# Constants

As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.

# Structs

JSONRPCError as per spec: https://www.jsonrpc.org/specification#error_object.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Error wraps RPC errors, which contain an error code in addition to the message.