val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval compare : t -> t -> intval is_generic : t -> boolval is_account : t -> boolval height : ledger_depth:int -> t -> intval parse :
ledger_depth:Core_kernel__Int.t ->
Bigstring.t ->
( t, unit ) Core.Result.tval prefix_bigstring : Unsigned.UInt8.t -> Core.Bigstring.t -> Core.Bigstring.tval serialize : ledger_depth:Core_kernel__Int.t -> t -> Core.Bigstring.tval next : t -> t Core.Option.tval prev : t -> t Core.Option.tval order_siblings : t -> 'a -> 'a0 -> 'a1 * 'a1val location_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> locationval sexp_of_location : location -> Ppx_sexp_conv_lib.Sexp.tval validate_lbound :
min:location Base__.Maybe_bound.t ->
location Base__.Validate.checkval validate_ubound :
max:location Base__.Maybe_bound.t ->
location Base__.Validate.checkval validate_bound :
min:location Base__.Maybe_bound.t ->
max:location Base__.Maybe_bound.t ->
location Base__.Validate.check