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