Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorMessageJSON ¶
type ErrorResponseJSON ¶
type ErrorResponseJSON struct { Jsonrpc string `json:"jsonrpc"` Error *ErrorMessageJSON `json:"error"` ID *big.Int `json:"id"` }
type PubSubAPI ¶
type PubSubAPI struct {
// contains filtered or unexported fields
}
PubSubAPI is the eth_ prefixed set of APIs in the Web3 JSON-RPC spec
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server defines a server that handles Ethereum websockets.
type SubscriptionNotification ¶
type SubscriptionNotification struct { Jsonrpc string `json:"jsonrpc"` Method string `json:"method"` Params *SubscriptionResult `json:"params"` }
type SubscriptionResult ¶
Click to show internal directories.
Click to hide internal directories.