Documentation
¶
Index ¶
Constants ¶
View Source
const ETH_NET_STATS_PORT = 3338
Variables ¶
This section is empty.
Functions ¶
func GetDefaults ¶
func GetDefaults() string
func GetServices ¶
func MakeFakeAccounts ¶
Types ¶
type EthConf ¶
type EthConf struct {
ExtraAccounts int64 `json:"extraAccounts"`
NetworkId int64 `json:"networkId"`
Difficulty int64 `json:"difficulty"`
InitBalance string `json:"initBalance"`
MaxPeers int64 `json:"maxPeers"`
GasLimit int64 `json:"gasLimit"`
HomesteadBlock int64 `json:"homesteadBlock"`
Eip155Block int64 `json:"eip155Block"`
Eip158Block int64 `json:"eip158Block"`
}
Click to show internal directories.
Click to hide internal directories.