Module Tezos_crypto.Operation_metadata_hash
include S.HASH
include S.MINIMAL_HASH
include Tezos_stdlib.Compare.S with type t := t
val (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval hash_string : ?key:string -> string list -> tinclude S.RAW_DATA with type t := t
val of_hex_opt : Hex.t -> t optionval of_hex_exn : Hex.t -> tval to_string : t -> stringval of_string_opt : string -> t optionval of_string_exn : string -> tinclude S.B58_DATA with type t := t
val to_b58check : t -> stringval to_short_b58check : t -> stringval of_b58check_exn : string -> tval of_b58check_opt : string -> t optioninclude S.INDEXES with type t := t
val seeded_hash : int -> t -> intval to_path : t -> string list -> string listval of_path : string list -> t optionval of_path_exn : string list -> tval prefix_path : string -> string listmodule Table : sig ... end