include S.HASH with type t = Mavryk_crypto.Hashed.Chain_id.t
include S.RAW_DATA with type t := t
val to_bytes : t -> bytesval of_bytes_opt : bytes -> t optionval of_bytes_exn : bytes -> 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 to_path : t -> string list -> string listval of_path : string list -> t optionval of_path_exn : string list -> tval prefix_path : string -> string list