Documentation ¶
Overview ¶
Package fork has information related to hard forks.
HardForkConfig which has hard fork blockNumbers is declared in this package.
Source Files ¶
- fork.go : Declare HardForkConfig
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateHardForkConfig ¶
func UpdateHardForkConfig(h *HardForkConfig)
UpdateHardForkConfig sets values in HardForkConfig if it is not nil. NOTE: this is only for test code to give flexibility of the test code.
Types ¶
type HardForkConfig ¶
type HardForkConfig struct { }
HardForkConfig defines a block number for each hard fork feature.
Click to show internal directories.
Click to hide internal directories.