Transaction.Polymodule Stable : sig ... endtype 'command t = 'command Stable.Latest.t = | Command of 'command |
| Fee_transfer of Mina_base.Fee_transfer.t |
| Coinbase of Mina_base.Coinbase.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 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