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