package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val start : Configuration.t -> unit Tezos_rpc.Directory.t -> t Tezos_base.TzPervasives.tzresult Lwt.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.