Module Stable.V1

type 'addr t =
| What_child_hashes of 'addr(*

What are the hashes of the children of this address?

*)
| What_contents of 'addr(*

What accounts are at this address? addr must have depth tree_depth - account_subtree_height

*)
| Num_accounts(*

How many accounts are there? Used to size data structure and figure out what part of the tree is filled in.

*)
val to_yojson : 'addr. ( 'addr -> Yojson.Safe.t ) -> 'addr t -> Yojson.Safe.t
val of_yojson : 'addr. ( Yojson.Safe.t -> 'addr Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'addr t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'a t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'addr. 'addr Core_kernel.Bin_prot.Size.sizer -> 'addr t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : 'addr. 'addr Core_kernel.Bin_prot.Write.writer -> 'addr t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : 'a Core_kernel.Bin_prot.Type_class.writer -> 'b t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : 'addr. 'addr Core_kernel.Bin_prot.Read.reader -> ( int -> 'addr t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : 'addr. 'addr Core_kernel.Bin_prot.Read.reader -> 'addr t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : 'a Core_kernel.Bin_prot.Type_class.reader -> 'b t Core_kernel.Bin_prot.Type_class.reader
val bin_t : 'a Core_kernel.Bin_prot.Type_class.t -> 'b t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_of_sexp : 'addr. ( Ppx_sexp_conv_lib.Sexp.t -> 'addr ) -> Ppx_sexp_conv_lib.Sexp.t -> 'addr t
val sexp_of_t : 'addr. ( 'addr -> Ppx_sexp_conv_lib.Sexp.t ) -> 'addr t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t : 'addr. ( Ppx_hash_lib.Std.Hash.state -> 'addr -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> 'addr t -> Ppx_hash_lib.Std.Hash.state
val compare : 'addr. ( 'addr -> 'addr -> int ) -> 'addr t -> 'addr t -> int