Mina_transaction_logic.For_testsmodule Account_without_receipt_chain_hash : sig ... endmodule Init_ledger : sig ... endmodule Transaction_spec : sig ... endmodule Test_spec : sig ... endval command_send : Transaction_spec.t -> Mina_base.Signed_command.tval account_update_send : 
  ?use_full_commitment:bool ->
  ?double_sender_nonce:bool ->
  constraint_constants:Genesis_constants.Constraint_constants.t ->
  Transaction_spec.t ->
  Mina_base.Zkapp_command.tval test_eq : 
  (module Mina_base.Ledger_intf.S with type t = 'l) ->
  Mina_base.Account_id.t list ->
  'l0 ->
  'l0 ->
  unit Core_kernel.Or_error.tval txn_global_slot : Mina_numbers.Global_slot.tval gen_zkapp_command_from_test_spec : 
  ( constraint_constants:Genesis_constants.Constraint_constants.t ->
    Mina_base.Zkapp_command.t )
    Core_kernel__Quickcheck.Generator.t