package
0.0.0-20201007133325-c073115b746b
Repository: https://github.com/tendermint/ethermint.git
Documentation: pkg.go.dev

# Functions

GetRPCAPIs returns the master list of public APIs for use with StartHTTPEndpoint.
NewPublicEthAPI creates an instance of the public ETH Web3 API.
NewPublicWeb3API creates an instance of the Web3 API.
StartHTTPEndpoint starts the Tendermint Web3-compatible RPC layer.

# Structs

CallArgs represents arguments to a smart contract call as provided by RPC clients.
Config contains configuration fields that determine the behavior of the RPC HTTP server.
PublicEthAPI is the eth_ prefixed set of APIs in the Web3 JSON-RPC spec.
PublicWeb3API is the web3_ prefixed set of APIs in the Web3 JSON-RPC spec.
Transaction represents a transaction returned to RPC clients.