Discover Packages
github.com/charlie-paxos/go-ethereum
miner
package
Version:
v0.7.11
Opens a new window with list of versions in this module.
Published: Dec 24, 2014
License: LGPL-2.1-or-later
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type LocalTx struct {
To []byte `json:"to"`
Data []byte `json:"data"`
Gas string `json:"gas"`
GasPrice string `json:"gasPrice"`
Value string `json:"value"`
}
type Miner struct {
Coinbase []byte
MinAcceptedGasPrice *big .Int
}
func New(coinbase []byte , eth *eth.Ethereum) *Miner
func (self *Miner ) RemoveLocalTx(id int )
func (self *Miner ) Start()
func (self *Miner ) Stop()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.