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