Module Merkle_address

type t
val to_yojson : t -> Yojson.Safe.t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val equal : t -> t -> bool
val compare : t -> t -> int
module Stable : sig ... end
include Core_kernel.Hashable.S_binable with type t := t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
val of_byte_string : string -> t
val of_directions : Direction.t list -> t
val root : unit -> t
val slice : t -> int -> int -> t
val get : t -> int -> int
val copy : t -> t
val parent : t -> t Core_kernel.Or_error.t
val child : ledger_depth:int -> t -> Direction.t -> t Core_kernel.Or_error.t
val child_exn : ledger_depth:int -> t -> Direction.t -> t
val parent_exn : t -> t
val dirs_from_root : t -> Direction.t list
val sibling : t -> t
val next : t -> t Core_kernel.Option.t
val prev : t -> t Core_kernel.Option.t
val is_leaf : ledger_depth:int -> t -> bool
val is_parent_of : t -> maybe_child:t -> bool
val serialize : ledger_depth:int -> t -> Core_kernel.Bigstring.t
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
module Range : sig ... end
val depth : t -> int
val height : ledger_depth:int -> t -> int
val to_int : t -> int
val of_int_exn : ledger_depth:int -> int -> t