Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + type Backend interface + BlockChain func() *core.BlockChain + TxPool func() *core.TxPool + type Miner struct + func New(eth Backend, config *params.ChainConfig, mux *core.InterfaceFeed, ...) *Miner + func (self *Miner) Close() + func (self *Miner) Mining() bool + func (self *Miner) Pending() (*types.Block, *state.StateDB) + func (self *Miner) PendingBlock() *types.Block + func (self *Miner) SetEtherbase(addr common.Address) + func (self *Miner) SetExtra(extra []byte) error + func (self *Miner) SetRecommitInterval(interval time.Duration) + func (self *Miner) Start(coinbase common.Address) + func (self *Miner) Stop() Other modules containing this package github.com/beyonderyue/gochain