Stable.V2type 'command t = 'command Mina_wire_types.Mina_transaction.Poly.V2.t = | Command of 'command |
| Fee_transfer of Mina_base.Fee_transfer.Stable.V2.t |
| Coinbase of Mina_base.Coinbase.Stable.V1.t |
val to_yojson :
'command. ( 'command -> Yojson.Safe.t ) ->
'command t ->
Yojson.Safe.tval of_yojson :
'command. ( Yojson.Safe.t -> 'command Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
'command t Ppx_deriving_yojson_runtime.error_orval _ :
( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
'a t Ppx_deriving_yojson_runtime.error_orval bin_size_t :
'command. 'command Core_kernel.Bin_prot.Size.sizer ->
'command t Core_kernel.Bin_prot.Size.sizerval bin_write_t :
'command. 'command Core_kernel.Bin_prot.Write.writer ->
'command t Core_kernel.Bin_prot.Write.writerval bin_writer_t :
'a Core_kernel.Bin_prot.Type_class.writer ->
'b t Core_kernel.Bin_prot.Type_class.writerval __bin_read_t__ :
'command. 'command Core_kernel.Bin_prot.Read.reader ->
( int -> 'command t ) Core_kernel.Bin_prot.Read.readerval bin_read_t :
'command. 'command Core_kernel.Bin_prot.Read.reader ->
'command t Core_kernel.Bin_prot.Read.readerval bin_reader_t :
'a Core_kernel.Bin_prot.Type_class.reader ->
'b t Core_kernel.Bin_prot.Type_class.readerval bin_t :
'a Core_kernel.Bin_prot.Type_class.t ->
'b t Core_kernel.Bin_prot.Type_class.tval t_of_sexp :
'command. ( Ppx_sexp_conv_lib.Sexp.t -> 'command ) ->
Ppx_sexp_conv_lib.Sexp.t ->
'command tval sexp_of_t :
'command. ( 'command -> Ppx_sexp_conv_lib.Sexp.t ) ->
'command t ->
Ppx_sexp_conv_lib.Sexp.tval hash_fold_t :
'command. ( Ppx_hash_lib.Std.Hash.state ->
'command ->
Ppx_hash_lib.Std.Hash.state ) ->
Ppx_hash_lib.Std.Hash.state ->
'command t ->
Ppx_hash_lib.Std.Hash.state