Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + type EpochNotifierStub struct + CheckEpochCalled func(header data.HeaderHandler) + CurrentEpochCalled func() uint32 + NewEpochCalled func(epoch uint32, timestamp uint64) + RegisterHandlerCalled func(handler epochStart.ActionHandler) + RegisterNotifyHandlerCalled func(handler vmcommon.EpochSubscriberHandler) + func (ens *EpochNotifierStub) CheckEpoch(header data.HeaderHandler) + func (ens *EpochNotifierStub) CurrentEpoch() uint32 + func (ens *EpochNotifierStub) IsInterfaceNil() bool + func (ens *EpochNotifierStub) NewEpoch(epoch uint32, timestamp uint64) + func (ens *EpochNotifierStub) RegisterHandler(handler epochStart.ActionHandler) + func (ens *EpochNotifierStub) RegisterNotifyHandler(handler vmcommon.EpochSubscriberHandler)