package octez-smart-rollup-wasm-debugger-lib

  1. Overview
  2. Docs
val default_preimage_directory : string
val default_dal_pages_directory : string
val default_kernel_debug : bool
val default_flamecharts_directory : string
type config = {
  1. sender : Tezos_protocol_alpha.Protocol.Contract_hash.t;
  2. source : Tezos_crypto.Signature.public_key_hash;
  3. destination : Tezos_protocol_alpha.Protocol.Alpha_context.Sc_rollup.t;
  4. preimage_directory : string;
  5. preimage_endpoint : Uri.t option;
  6. dal_pages_directory : string;
  7. kernel_debug : bool;
  8. flamecharts_directory : string;
}
val config : ?sender:Tezos_protocol_alpha.Protocol.Contract_hash.t -> ?source:Tezos_crypto.Signature.Public_key_hash.t -> ?destination:Tezos_protocol_alpha.Protocol.Alpha_context.Sc_rollup.Address.t -> ?preimage_directory:string -> ?preimage_endpoint:Uri.t -> ?dal_pages_directory:string -> ?kernel_debug:bool -> ?flamecharts_directory:string -> unit -> config
OCaml

Innovation. Community. Security.