Versions in this module Expand all Collapse all v1 v1.11.10 Jul 13, 2024 Changes in this version + var ErrEndOfTime = errors.New("program time is suspiciously far in the future") + var ErrNoPendingBlocks = errors.New("no pending blocks") + func NewRewardValidatorTx(ctx *snow.Context, txID ids.ID) (*txs.Tx, error) + type Builder interface + BuildBlock func(context.Context) (snowman.Block, error) + PackBlockTxs func(targetBlockSize int) ([]*txs.Tx, error) + ResetBlockTimer func() + ShutdownBlockTimer func() + StartBlockTimer func() + func New(mempool mempool.Mempool, txExecutorBackend *txexecutor.Backend, ...) Builder