package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-libs.base/Tezos_base/Test_chain_status/index.html

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.