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
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. dal_pages_directory : string;
  6. kernel_debug : bool;
}
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 -> ?dal_pages_directory:string -> ?kernel_debug:bool -> unit -> config
OCaml

Innovation. Community. Security.