1-Inputs.Location
module Addr : module type of Merkle_address
module Prefix : sig ... end
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 is_generic : t -> bool
val is_account : t -> bool
val is_hash : t -> bool
val height : ledger_depth:int -> t -> int
val root_hash : t
val last_direction : Addr.t -> Direction.t
val build_generic : Core.Bigstring.t -> t
val parse : ledger_depth:int -> Core.Bigstring.t -> ( t, unit ) Core.Result.t
val serialize : ledger_depth:int -> t -> Core.Bigstring.t
val order_siblings : t -> 'a -> 'a -> 'a * 'a
include Core.Comparable.S with type t := t
val comparator : ( t, comparator_witness ) Base__Comparator.comparator
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end