Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + const MaxTxsPerBlock + type Builder interface + AddTx func(ctx context.Context, tx *tx.Tx) error + BuildBlock func(ctx context.Context, blockContext *smblock.Context) (chain.Block, error) + SetPreference func(preferred ids.ID) + func New(chainContext *snow.Context, engineChan chan<- common.Message, ...) Builder