package octez-crawler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'block t = {
  1. old_chain : 'block list;
    (*

    The blocks that were in the old chain and which are not in the new one.

    *)
  2. new_chain : 'block list;
    (*

    The blocks that are now in the new chain. The length of old_chain and new_chain may be different.

    *)
}

Type of chain reorganizations.

val no_reorg : 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.