package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/octez-shell-libs.mockup-registration/Tezos_mockup_registration/Mockup_args/Chain_id/index.html

Module Mockup_args.Chain_idSource

Sourceval of_string : string -> Tezos_base.TzPervasives.Chain_id.t

of_string s converts any string to its valid chain_id representation. ** ** This function is useful to get valid, but dummy, chain identifiers out of ** command lines in the context of a mockup client.

Sourceval dummy : Tezos_base.TzPervasives.Chain_id.t

dummy is a valid dummy chain identifier. ** ** Do not use it outside of the context of a mockup client.

Sourceval choose : from_config_file:Tezos_base.TzPervasives.Chain_id.t option -> Tezos_base.TzPervasives.Chain_id.t

choose ~from_config_file ** produces a valid chain id from the optionally given one. ** ** The value from the command line, if any, has highest precedence, over the ** one from the config file. ** When both values are None, it uses the dummy.

OCaml

Innovation. Community. Security.