# Functions
Dial creates a new client for the given URL.
DialContext creates a new RPC client, just like Dial.
DialHTTP creates a new RPC client that connects to an RPC server over HTTP.
DialHTTPWithClient creates a new RPC client that connects to an RPC server over HTTP using the provided HTTP Client.
DialWebsocket creates a new RPC client that communicates with a JSON-RPC server that is listening on the given endpoint.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client represents a connection to an RPC server.
A ClientSubscription represents a subscription established through EthSubscribe.
No description provided by the author
No description provided by the author