package tezos-base

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

Parameters

module H : sig ... end

Signature

val of_bytes_exn : Bytes.t -> H.t
val of_string_exn : string -> H.t
val to_hex : H.t -> Tezos_stdlib.Hex.t
val of_hex_opt : Tezos_stdlib.Hex.t -> H.t option
val of_hex_exn : Tezos_stdlib.Hex.t -> H.t