Mavkit_smart_rollup_wasm_debugger_lib.Commands
type commands =
| Time of commands
| Show_inbox
| Show_outbox of int32
| Show_status
| Show_durable_storage
| Show_subkeys of string
| Show_key of string * Repl_helpers.printable_value_kind
| Show_memory of int32 * int * Repl_helpers.printable_value_kind
| Dump_function_symbols
| Step of eval_step
| Load_inputs
| Reveal_preimage of string option
| Reveal_metadata
| Profile of profile_options
| Unknown of string
| Help
| Stop
val parse_eval_step : string -> eval_step option
val parse_memory_commands : string list -> commands option
val parse_profile_options : string list -> profile_options option
val commands_docs : command_description list
val try_parse : string list -> commands option
val parse_commands : string -> commands
val build_metadata : Config.config -> string
val fetch_preimage_from_remote :
Uri.t ->
Mavryk_base.TzPervasives.String.t ->
string Lwt.t
val reveal_preimage_builtin :
Config.config ->
int ->
Mavryk_protocol_alpha.Protocol.Sc_rollup_reveal_hash.t ->
string Lwt.t
val request_dal_page :
Config.config ->
int ->
Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.t ->
Mavryk_protocol_alpha.Protocol.Alpha_context.Dal.Slot_index.t ->
int ->
string Lwt.t
val reveals :
Config.config ->
Mavryk_protocol_environment_alpha.Wasm_2_0_0.reveal ->
string Lwt.t
val write_debug_default :
Config.config ->
Mavryk_scoru_wasm.Builtins.write_debug
module Make
(Wasm_utils : Mavryk_scoru_wasm_helpers.Wasm_utils_intf.S) :
sig ... end