package octez-libs

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

Module Tezos_base.Test_chain_statusSource

Sourcetype t =
  1. | Not_running
  2. | Forking of {
    1. protocol : Tezos_crypto.Hashed.Protocol_hash.t;
    2. expiration : Time.Protocol.t;
    }
  3. | Running of {
    1. chain_id : Tezos_crypto.Hashed.Chain_id.t;
    2. genesis : Tezos_crypto.Hashed.Block_hash.t;
    3. protocol : Tezos_crypto.Hashed.Protocol_hash.t;
    4. expiration : Time.Protocol.t;
    }
Sourceval equal : t -> t -> bool
Sourceval encoding : t Data_encoding.t
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.