Zkapp_command.Tmodule Stable : sig ... endtype t = Stable.Latest.t = {fee_payer : Account_update.Fee_payer.t; |
account_updates : ( Account_update.t,
Digest.Account_update.t,
Digest.Forest.t )
Call_forest.t; |
memo : Signed_command_memo.t; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval memo : t -> Signed_command_memo.tval account_updates :
t ->
( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.tval fee_payer : t -> Account_update.Fee_payer.tmodule Fields : sig ... end