Module Flexmasa.Smart_rollup

type t = {
  1. id : Internal_pervasives.string;
  2. level : Internal_pervasives.int;
  3. kernel : [ `Tx | `Evm | `Custom of Internal_pervasives.string * Internal_pervasives.string * Internal_pervasives.string ];
  4. setup_file : Internal_pervasives.string Internal_pervasives.option;
  5. node_mode : [ `Accuser | `Batcher | `Maintenance | `Observer | `Operator ];
  6. node_init_options : Internal_pervasives.string Internal_pervasives.list;
  7. node_run_options : Internal_pervasives.string Internal_pervasives.list;
  8. node : Mavryk_executable.t;
  9. installer : Mavryk_executable.t;
  10. evm_node : Mavryk_executable.t;
}