package tezos-base

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

Parameters

module H : sig ... end

Signature

include sig ... end
val of_b58check_opt : string -> H.t option
val of_b58check_exn : string -> H.t
val to_b58check : H.t -> string
val to_short_b58check : H.t -> string
include sig ... end
val pp : Format.formatter -> H.t -> unit
val pp_short : Format.formatter -> H.t -> unit
val of_b58check : string -> H.t Tezos_error_monad.Error_monad.tzresult
include sig ... end
module Set : sig ... end
module Table : sig ... end
module Map : sig ... end
module Error_table : sig ... end
module WeakRingTable : sig ... end