Module Backend.Mutable_state
val compute_step_many :
?reveal_builtins:reveals ->
?write_debug:write_debug ->
?stop_at_snapshot:bool ->
max_steps:int64 ->
t ->
int64 Lwt.tval get_tick : t -> Z.t Lwt.tval get_message_counter : t -> int64 Lwt.tval get_current_level : t -> int32 option Lwt.tval state_hash : t -> hashval get_reveal_request : t -> string Lwt.tval insert_failure : t -> unit Lwt.tval install_boot_sector : t -> string -> unit Lwt.t