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