package octez-shell-libs

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

The maximum number of predecessors stored per block.

type t = {
  1. offset : int;
    (*

    offset in the file

    *)
  2. predecessors : Tezos_base.TzPervasives.Block_hash.t list;
    (*

    predecessors of the block

    *)
}

The type for storing the block's info.

OCaml

Innovation. Community. Security.