Versions in this module Expand all Collapse all v0 v0.0.1 Nov 6, 2024 Changes in this version + type EnableEpochsHandlerStub struct + GetActivationEpochCalled func(flag core.EnableEpochFlag) uint32 + IsFlagDefinedCalled func(flag core.EnableEpochFlag) bool + IsFlagEnabledCalled func(flag core.EnableEpochFlag) bool + IsFlagEnabledInEpochCalled func(flag core.EnableEpochFlag, epoch uint32) bool + func (stub *EnableEpochsHandlerStub) GetActivationEpoch(flag core.EnableEpochFlag) uint32 + func (stub *EnableEpochsHandlerStub) IsFlagDefined(flag core.EnableEpochFlag) bool + func (stub *EnableEpochsHandlerStub) IsFlagEnabled(flag core.EnableEpochFlag) bool + func (stub *EnableEpochsHandlerStub) IsFlagEnabledInEpoch(flag core.EnableEpochFlag, epoch uint32) bool + func (stub *EnableEpochsHandlerStub) IsInterfaceNil() bool