Documentation
¶
Overview ¶
Package ethclassic handles ethclassic specific functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcConf ¶ added in v1.8.16
type EtcConf struct {
ethereum.BaseConfig
Identity string `json:"identity"`
Name string `json:"name"`
DAOHFBlock int64 `json:"daoHFBlock"`
EIP155_160Block int64 `json:"eip155_160Block"`
ECIP1017Block int64 `json:"ecip1017Block"`
ECIP1017Era int64 `json:"ecip1017Era"`
}
EtcConf represents the settings for the etc build
func NewEtcConf ¶ added in v1.8.16
NewEtcConf creates the configuration for etc
Click to show internal directories.
Click to hide internal directories.