package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Octez protocol 017-PtNairob libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-protocol-017-PtNairob-libs.smart-rollup-layer2/Tezos_smart_rollup_layer2_017_PtNairob/Sc_rollup_services/index.html

Module Tezos_smart_rollup_layer2_017_PtNairob.Sc_rollup_servicesSource

Sourcetype eval_result = {
  1. state_hash : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t;
  2. status : string;
  3. output : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.output list;
  4. inbox_level : int32;
  5. num_ticks : Z.t;
  6. insights : bytes option list;
    (*

    The simulation can ask to look at values on the state after the simulation.

    *)
}
Sourcetype insight_request =
  1. | Pvm_state_key of string list
  2. | Durable_storage_key of string list
Sourcetype simulate_input = {
  1. messages : string list;
  2. reveal_pages : string list option;
  3. insight_requests : insight_request list;
  4. log_kernel_debug_file : string option;
}
Sourcetype commitment_info = {
  1. commitment : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Commitment.t;
  2. commitment_hash : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Commitment.Hash.t;
  3. first_published_at_level : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Raw_level.t;
  4. published_at_level : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Raw_level.t;
}
Sourcemodule Encodings : sig ... end
Sourcemodule Query : sig ... end
Sourcetype simulate_query = {
  1. fuel : int64 option;
}
Sourceval simulate_query : simulate_query Tezos_rpc.Query.t
Sourcemodule Block : sig ... end
OCaml

Innovation. Community. Security.