package tezos-smart-rollup-layer2-016-PtMumbai

  1. Overview
  2. Docs
type simulate_input = {
  1. messages : string list;
  2. reveal_pages : string list option;
}
type message_status =
  1. | Unknown
  2. | Pending_batch
  3. | Pending_injection of L1_operation.t
  4. | Injected of {
    1. op : L1_operation.t;
    2. oph : Tezos_base.TzPervasives.Operation_hash.t;
    3. op_index : int;
    }
  5. | Included of {
    1. op : L1_operation.t;
    2. oph : Tezos_base.TzPervasives.Operation_hash.t;
    3. op_index : int;
    4. l1_block : Tezos_base.TzPervasives.Block_hash.t;
    5. l1_level : int32;
    6. finalized : bool;
    7. cemented : bool;
    }
  6. | Committed of {
    1. op : L1_operation.t;
    2. oph : Tezos_base.TzPervasives.Operation_hash.t;
    3. op_index : int;
    4. l1_block : Tezos_base.TzPervasives.Block_hash.t;
    5. l1_level : int32;
    6. finalized : bool;
    7. cemented : bool;
    8. commitment : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Sc_rollup.Commitment.t;
    9. commitment_hash : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Sc_rollup.Commitment.Hash.t;
    10. first_published_at_level : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Raw_level.t;
    11. published_at_level : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Raw_level.t;
    }
module Encodings : sig ... end
module Arg : sig ... end
module type PREFIX = sig ... end
module Make_services (P : PREFIX) : sig ... end
type simulate_query = {
  1. fuel : int64 option;
}
val simulate_query : simulate_query Tezos_rpc.Query.t
module Global : sig ... end
module Local : sig ... end
OCaml

Innovation. Community. Security.