Mina_transaction_logic.Zkapp_command_logicmodule type Iffable = sig ... endmodule type Bool_intf = sig ... endmodule type Balance_intf = sig ... endmodule type Receipt_chain_hash_intf = sig ... endmodule type Amount_intf = sig ... endmodule type Account_id_intf = sig ... endmodule type Global_slot_intf = sig ... endmodule type Timing_intf = sig ... endmodule type Token_id_intf = sig ... endmodule type Sequence_events_intf = sig ... endmodule type Protocol_state_precondition_intf = sig ... endmodule Local_state : sig ... endmodule type Set_or_keep_intf = sig ... endmodule type Account_update_intf = sig ... endmodule type Opt_intf = sig ... endmodule type Stack_intf = sig ... endmodule type Call_forest_intf = sig ... endmodule type Stack_frame_intf = sig ... endmodule type Call_stack_intf = sig ... endmodule type Ledger_intf = sig ... endmodule type Controller_intf = sig ... endmodule type Account_intf = sig ... endmodule Eff : sig ... endmodule type Inputs_intf = sig ... endmodule Start_data : sig ... endmodule Make (Inputs : Inputs_intf) : sig ... end