package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

start node_ctxt config starts an RPC server listening for requests on the port config.rpc_port and address config.rpc_addr.

val shutdown : t -> unit Lwt.t

Shutdown a running RPC server. When this function is called, the rollup node will stop listening to incoming requests.

OCaml

Innovation. Community. Security.