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() (iblockproc.BlockState, iblockproc.EpochState)
SealEpoch is called after pre-internal transactions are executed
func (*OperaEpochsSealer) Update ¶
func (p *OperaEpochsSealer) Update(bs iblockproc.BlockState, es iblockproc.EpochState)
type OperaEpochsSealerModule ¶
type OperaEpochsSealerModule struct{}
func New ¶
func New() *OperaEpochsSealerModule
func (*OperaEpochsSealerModule) Start ¶
func (m *OperaEpochsSealerModule) Start(block iblockproc.BlockCtx, bs iblockproc.BlockState, es iblockproc.EpochState) blockproc.SealerProcessor
Click to show internal directories.
Click to hide internal directories.