package tezos-shell

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

val advertisement_delay : float

Minimal delay between two mempool advertisements

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

module type T = sig ... end

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

type t = (module T)

Documented in Prevalidator.

OCaml

Innovation. Community. Security.