Parameters
Signature
include sig ... end
Sourceval hash_string : ?key:string -> string list -> t Sourceval of_string : string -> t Tezos_error_monad.Error_monad.tzresult Sourceval of_string_opt : string -> t option Sourceval of_string_exn : string -> t Sourceval of_bytes : Bytes.t -> t Tezos_error_monad.Error_monad.tzresult Sourceval to_b58check : t -> string Sourceval to_short_b58check : t -> string Sourceval of_b58check : string -> t Tezos_error_monad.Error_monad.tzresult Sourceval of_b58check_exn : string -> t Sourceval of_b58check_opt : string -> t option Sourceval rpc_arg : t Tezos_rpc.Arg.t Sourceval seeded_hash : int -> t -> int Sourceval to_path : t -> string list -> string list Sourceval of_path : string list -> t option Sourceval of_path_exn : string list -> t Sourceval prefix_path : string -> string list