Module Octez_riscv_pvm.Backend
type write_debug = string -> unit Lwt.ttype output = {info : output_info;encoded_message : string;
}val compute_step_many :
?reveal_builtins:reveals ->
?write_debug:write_debug ->
?stop_at_snapshot:bool ->
max_steps:int64 ->
state ->
(state * int64) Lwt.tval get_tick : state -> Z.t Lwt.tval get_message_counter : state -> int64 Lwt.tval string_of_status : status -> stringval install_boot_sector : state -> string -> state Lwt.tval get_current_level : state -> int32 option Lwt.tval serialise_proof : proof -> bytesval deserialise_proof : bytes -> (proof, string) Stdlib.resultval deserialise_output_proof : bytes -> (output_proof, string) Stdlib.resultval get_reveal_request : state -> string Lwt.t