Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaults ¶
func GetDefaults() string
func GetServices ¶
func PrepareGeth ¶
Types ¶
type PanConf ¶
type PanConf struct {
NetworkId int64 `json:"networkId"`
Difficulty int64 `json:"difficulty"`
InitBalance string `json:"initBalance"`
MaxPeers int64 `json:"maxPeers"`
GasLimit int64 `json:"gasLimit"`
Consensus string `json:"consensus"`
EthashDifficulty int64 `json:"fixeddifficulty`
BlockPeriodSeconds int64 `json:"blockPeriodSeconds"`
Epoch int64 `json:"epoch"`
RequestTimeoutSeconds int64 `json:"requesttimeoutseconds"`
Accounts int64 `json:"accounts"`
}
Click to show internal directories.
Click to hide internal directories.