Documentation ¶
Index ¶
Constants ¶
View Source
const ( TESTNET_COINBASE_PERIOD = iota // 1 -- this is a passing activation and this ID may be reused once that height is passes and the references are removed // ACTIVATION_TYPE_COUNT = iota - 1 // Always Last )
Variables ¶
View Source
var ActivationMap map[ActivationType]Activation
View Source
var ActivationNameMap map[ActivationType]string
Functions ¶
func IsActive ¶
func IsActive(id ActivationType, height int) bool
IsActive returns whether the input activation is 'on' at the input height
Types ¶
type Activation ¶
type ActivationType ¶
type ActivationType int
func (ActivationType) String ¶
func (id ActivationType) String() string
String converts an Activation ID to a name
Click to show internal directories.
Click to hide internal directories.