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 t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val is_generic : t -> bool
val is_account : t -> bool
val height : ledger_depth:int -> t -> int
val parse :
ledger_depth:Core_kernel__Int.t ->
Bigstring.t ->
( t, unit ) Core.Result.t
val prefix_bigstring : Unsigned.UInt8.t -> Core.Bigstring.t -> Core.Bigstring.t
val serialize : ledger_depth:Core_kernel__Int.t -> t -> Core.Bigstring.t
val next : t -> t Core.Option.t
val prev : t -> t Core.Option.t
val order_siblings : t -> 'a -> 'a0 -> 'a1 * 'a1
val location_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> location
val sexp_of_location : location -> Ppx_sexp_conv_lib.Sexp.t
val validate_lbound :
min:location Base__.Maybe_bound.t ->
location Base__.Validate.check
val validate_ubound :
max:location Base__.Maybe_bound.t ->
location Base__.Validate.check
val validate_bound :
min:location Base__.Maybe_bound.t ->
max:location Base__.Maybe_bound.t ->
location Base__.Validate.check