package
0.0.0-20250119000602-809120120630
Repository: https://github.com/n42blockchain/n42.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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DialWebsocket creates a new RPC client that communicates with a JSON-RPC server that is listening on the given endpoint.
DialWebsocketWithDialer creates a new RPC client that communicates with a JSON-RPC server that is listening on the given endpoint using the provided dialer.
No description provided by the author
No description provided by the author
No description provided by the author
NewID returns a new, random ID.
No description provided by the author
NotifierFromContext returns the Notifier value stored in ctx, if any.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrNotificationsUnsupported is returned when the connection doesn't support notifications.
No description provided by the author
ErrSubscriptionNotFound is returned when the notification for the given id is not found.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
ClientSubscription is a subscription established through the Client's Subscribe or EthSubscribe methods.
No description provided by the author
Notifier is tied to a RPC connection that supports subscriptions.
No description provided by the author
No description provided by the author
A Subscription is created by a notifier and tied to that notifier.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
DecimalOrHex unmarshals a non-negative decimal or hex parameter into a uint64.
ID defines a pseudo random number that is used to identify RPC subscriptions.