Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEthereumClienter ¶
type BaseEthereumClienter interface {
	ethereum.LogFilterer
	ethereum.BlockNumberReader
	ethereum.ChainReader
	ethereum.ChainIDReader
	bind.ContractBackend
}
    BaseEthereumClienter defines the methods required to interact with an Ethereum client.
type DefaultEthClient ¶
type DefaultEthClient struct {
	BaseEthereumClienter
	RPCClienter
}
    DefaultEthClient is the default implementation of EthClient.
type EthClienter ¶
type EthClienter interface {
	BaseEthereumClienter
	RPCClienter
}
    EthClienter defines the methods for an Ethereum RPC client.
type NoopRPCClient ¶
type NoopRPCClient struct{}
    NoopRPCClient is no operation implementation for the RPCClienter interface
 Click to show internal directories. 
   Click to hide internal directories.