Evm_node_lib_dev.Observer
val main :
?kernel_path:string ->
rollup_node_endpoint:Uri.t ->
evm_node_endpoint:Uri.t ->
data_dir:string ->
config:Evm_node_config.Configuration.t ->
unit ->
unit Mavryk_base.TzPervasives.tzresult Lwt.t
main ?kernel_path ~rollup_node_endpoint ~evm_node_endpoint
~data_dir ~config
starts the main event-loop of the Observer, consuming the blueprints received from evm_node_endpoint
.