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