package tezos-base

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

Parameters

module H : sig ... end

Signature

val of_b58check_opt : string -> H.t option
val of_b58check_exn : string -> H.t
val of_b58check : string -> H.t Tezos_error_monad.Error_monad.tzresult
val to_b58check : H.t -> string
val to_short_b58check : H.t -> string