Stable.V1type ('hash, 'account) t = val to_yojson :
'hash 'account. ( 'hash -> Yojson.Safe.t ) ->
( 'account -> Yojson.Safe.t ) ->
( 'hash, 'account ) t ->
Yojson.Safe.tval of_yojson :
'hash 'account. ( Yojson.Safe.t ->
'hash Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'account Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'hash, 'account ) t Ppx_deriving_yojson_runtime.error_orval _ :
( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'a, 'b ) t Ppx_deriving_yojson_runtime.error_orval bin_size_t :
'hash 'account. 'hash Core_kernel.Bin_prot.Size.sizer ->
'account Core_kernel.Bin_prot.Size.sizer ->
( 'hash, 'account ) t Core_kernel.Bin_prot.Size.sizerval bin_write_t :
'hash 'account. 'hash Core_kernel.Bin_prot.Write.writer ->
'account Core_kernel.Bin_prot.Write.writer ->
( 'hash, 'account ) t Core_kernel.Bin_prot.Write.writerval bin_writer_t :
'a Core_kernel.Bin_prot.Type_class.writer ->
'b Core_kernel.Bin_prot.Type_class.writer ->
( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.writerval __bin_read_t__ :
'hash 'account. 'hash Core_kernel.Bin_prot.Read.reader ->
'account Core_kernel.Bin_prot.Read.reader ->
( int -> ( 'hash, 'account ) t ) Core_kernel.Bin_prot.Read.readerval bin_read_t :
'hash 'account. 'hash Core_kernel.Bin_prot.Read.reader ->
'account Core_kernel.Bin_prot.Read.reader ->
( 'hash, 'account ) t Core_kernel.Bin_prot.Read.readerval bin_reader_t :
'a Core_kernel.Bin_prot.Type_class.reader ->
'b Core_kernel.Bin_prot.Type_class.reader ->
( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.readerval bin_t :
'a Core_kernel.Bin_prot.Type_class.t ->
'b Core_kernel.Bin_prot.Type_class.t ->
( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.tval t_of_sexp :
'hash 'account. ( Ppx_sexp_conv_lib.Sexp.t -> 'hash ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'account ) ->
Ppx_sexp_conv_lib.Sexp.t ->
( 'hash, 'account ) tval sexp_of_t :
'hash 'account. ( 'hash -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'account -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'hash, 'account ) t ->
Ppx_sexp_conv_lib.Sexp.t