Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GasOracle ¶
type GasOracle interface { GetSettings() (*GasSettings, error) Start() Stop() }
type GasSettings ¶
type RPCGasOracle ¶
type RPCGasOracle struct {
// contains filtered or unexported fields
}
func NewRPCGasOracle ¶
func NewRPCGasOracle(o RPCGasOracleOpts) (*RPCGasOracle, error)
func (*RPCGasOracle) GetSettings ¶
func (g *RPCGasOracle) GetSettings() (*GasSettings, error)
func (*RPCGasOracle) Start ¶
func (g *RPCGasOracle) Start()
func (*RPCGasOracle) Stop ¶
func (g *RPCGasOracle) Stop()
type RPCGasOracleOpts ¶
Click to show internal directories.
Click to hide internal directories.