Module Zkapp_command_logic.Make

Parameters

Signature

val default_caller : Inputs.Token_id.t
val stack_frame_default : unit -> Inputs.Stack_frame.t
val assert_ : pos:(string * int * int * int) -> Inputs.Bool.t -> unit
type get_next_account_update_result = {
account_update : Inputs.Account_update.t;
account_update_forest : Inputs.Call_forest.t;
new_call_stack : Inputs.Call_stack.t;
new_frame : Inputs.Stack_frame.t;
}