Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetatechchainEpochsSealer ¶
type MetatechchainEpochsSealer struct {
// contains filtered or unexported fields
}
func (*MetatechchainEpochsSealer) EpochSealing ¶
func (s *MetatechchainEpochsSealer) EpochSealing() bool
func (*MetatechchainEpochsSealer) SealEpoch ¶
func (s *MetatechchainEpochsSealer) SealEpoch() (blockproc.BlockState, blockproc.EpochState)
SealEpoch is called after pre-internal transactions are executed
func (*MetatechchainEpochsSealer) Update ¶
func (p *MetatechchainEpochsSealer) Update(bs blockproc.BlockState, es blockproc.EpochState)
type MetatechchainEpochsSealerModule ¶
type MetatechchainEpochsSealerModule struct{}
func New ¶
func New() *MetatechchainEpochsSealerModule
func (*MetatechchainEpochsSealerModule) Start ¶
func (m *MetatechchainEpochsSealerModule) Start(block blockproc.BlockCtx, bs blockproc.BlockState, es blockproc.EpochState) blockproc.SealerProcessor
Click to show internal directories.
Click to hide internal directories.