Mavryk_smart_rollup_layer2_alpha.Sc_rollup_services
type eval_result = {
state_hash : Mavryk_protocol_alpha.Protocol.Alpha_context.Sc_rollup.State_hash.t;
status : string;
output : Mavryk_protocol_alpha.Protocol.Alpha_context.Sc_rollup.output list;
inbox_level : int32;
num_ticks : Z.t;
insights : bytes option list;
The simulation can ask to look at values on the state after the simulation.
*)}
type simulate_input = {
messages : string list;
reveal_pages : string list option;
insight_requests : insight_request list;
log_kernel_debug_file : string option;
}
type commitment_info = {
commitment : Mavryk_protocol_alpha.Protocol.Alpha_context.Sc_rollup.Commitment.t;
commitment_hash : Mavryk_protocol_alpha.Protocol.Alpha_context.Sc_rollup.Commitment.Hash.t;
first_published_at_level : Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.t;
published_at_level : Mavryk_protocol_alpha.Protocol.Alpha_context.Raw_level.t;
}
module Encodings : sig ... end
module Query : sig ... end
val simulate_query : simulate_query Mavryk_rpc.Query.t
module Block : sig ... end