Stable.V1
val to_yojson :
'slot 'balance 'amount. ( 'slot -> Yojson.Safe.t ) ->
( 'balance -> Yojson.Safe.t ) ->
( 'amount -> Yojson.Safe.t ) ->
( 'slot, 'balance, 'amount ) t ->
Yojson.Safe.t
val of_yojson :
'slot 'balance 'amount. ( Yojson.Safe.t ->
'slot Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'balance Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'amount Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'slot, 'balance, 'amount ) t Ppx_deriving_yojson_runtime.error_or
val _ :
( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'c Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'a, 'b, 'c ) t Ppx_deriving_yojson_runtime.error_or
val bin_size_t :
'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Size.sizer ->
'balance Core_kernel.Bin_prot.Size.sizer ->
'amount Core_kernel.Bin_prot.Size.sizer ->
( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Size.sizer
val bin_write_t :
'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Write.writer ->
'balance Core_kernel.Bin_prot.Write.writer ->
'amount Core_kernel.Bin_prot.Write.writer ->
( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Write.writer
val bin_writer_t :
'a Core_kernel.Bin_prot.Type_class.writer ->
'b Core_kernel.Bin_prot.Type_class.writer ->
'c Core_kernel.Bin_prot.Type_class.writer ->
( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ :
'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Read.reader ->
'balance Core_kernel.Bin_prot.Read.reader ->
'amount Core_kernel.Bin_prot.Read.reader ->
( int -> ( 'slot, 'balance, 'amount ) t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t :
'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Read.reader ->
'balance Core_kernel.Bin_prot.Read.reader ->
'amount Core_kernel.Bin_prot.Read.reader ->
( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Read.reader
val bin_reader_t :
'a Core_kernel.Bin_prot.Type_class.reader ->
'b Core_kernel.Bin_prot.Type_class.reader ->
'c Core_kernel.Bin_prot.Type_class.reader ->
( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.reader
val bin_t :
'a Core_kernel.Bin_prot.Type_class.t ->
'b Core_kernel.Bin_prot.Type_class.t ->
'c Core_kernel.Bin_prot.Type_class.t ->
( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.t
val t_of_sexp :
'slot 'balance 'amount. ( Ppx_sexp_conv_lib.Sexp.t -> 'slot ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'balance ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'amount ) ->
Ppx_sexp_conv_lib.Sexp.t ->
( 'slot, 'balance, 'amount ) t
val sexp_of_t :
'slot 'balance 'amount. ( 'slot -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'balance -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'amount -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'slot, 'balance, 'amount ) t ->
Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t :
'slot 'balance 'amount. ( Ppx_hash_lib.Std.Hash.state ->
'slot ->
Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state -> 'balance -> Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state -> 'amount -> Ppx_hash_lib.Std.Hash.state ) ->
Ppx_hash_lib.Std.Hash.state ->
( 'slot, 'balance, 'amount ) t ->
Ppx_hash_lib.Std.Hash.state