package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type chain = [
  1. | `Main
  2. | `Test
  3. | `Hash of Tezos_base.TzPervasives.Chain_id.t
]
val parse_chain : string -> (chain, string) Stdlib.result
val to_string : chain -> string
val chain_arg : chain Tezos_rpc.Arg.t
type invalid_block = {
  1. hash : Tezos_base.TzPervasives.Block_hash.t;
  2. level : Stdlib.Int32.t;
  3. errors : Tezos_base.TzPervasives.error list;
}
type prefix = unit * chain
val path : (unit, prefix) Tezos_rpc.Path.path
module Levels : sig ... end
module Blocks : sig ... end
module Invalid_blocks : sig ... end
module S : sig ... end
OCaml

Innovation. Community. Security.