Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthClient ¶
type EthClient interface { ethereum.ChainReader ethereum.TransactionReader ethereum.ChainSyncReader ethereum.ContractCaller ethereum.LogFilterer ethereum.TransactionSender ethereum.GasPricer ethereum.PendingContractCaller ethereum.GasEstimator bind.ContractBackend ChainID(ctx context.Context) (*big.Int, error) BlockNumber(ctx context.Context) (uint64, error) Close() }
EthClient is an interface for interacting with Ethereum. https://github.com/ethereum/go-ethereum/pull/23884
Click to show internal directories.
Click to hide internal directories.