Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicNetAPI ¶
type PublicNetAPI struct {
// contains filtered or unexported fields
}
PublicNetAPI is the eth_ prefixed set of APIs in the Web3 JSON-RPC spec.
func NewAPI ¶
func NewAPI(clientCtx context.CLIContext) *PublicNetAPI
NewAPI creates an instance of the public Net Web3 API.
func (*PublicNetAPI) Version ¶
func (api *PublicNetAPI) Version() string
Version returns the current ethereum protocol version.
Click to show internal directories.
Click to hide internal directories.