Documentation ¶
Index ¶
Constants ¶
View Source
const (
NameSpace = "web3"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicWeb3API ¶
type PublicWeb3API struct { Metrics *monitor.RpcMetrics // contains filtered or unexported fields }
PublicWeb3API is the web3_ prefixed set of APIs in the Web3 JSON-RPC spec.
func NewAPI ¶
func NewAPI(log log.Logger) *PublicWeb3API
NewAPI creates an instance of the Web3 API.
func (*PublicWeb3API) ClientVersion ¶
func (api *PublicWeb3API) ClientVersion() string
ClientVersion returns the client version in the Web3 user agent format.
Click to show internal directories.
Click to hide internal directories.