package tezos-client-commands

  1. Overview
  2. Docs
type network = [
  1. | `Mainnet
  2. | `Testnet
]
exception Version_not_found
val register : Tezos_base.TzPervasives.Protocol_hash.t -> (network option -> command list) -> unit
val commands_for_version : Tezos_base.TzPervasives.Protocol_hash.t -> network option -> command list
OCaml

Innovation. Community. Security.