Module Tezos_shell.Prevalidator_internal_commonSource

Common elements used by both Prevalidator_internal and Legacy_prevalidator_internal. This module is also included in Prevalidator.

Sourceval advertisement_delay : float

Minimal delay between two mempool advertisements

Sourcemodule Name : Tezos_base.Worker_intf.NAME with type t = Tezos_base.TzPervasives.Chain_id.t * Tezos_base.TzPervasives.Protocol_hash.t

Argument that will be provided to Worker.MakeGroup to create the prevalidator worker.

Sourcemodule type T = sig ... end

A prevalidator instance, tailored to a specific protocol (even if it is not visible in this module type.

Sourcetype t = (module T)

Documented in Prevalidator.