package octez-libs

  1. Overview
  2. Docs

Parameters

Signature

type node = {
  1. name : string;
  2. ip : string;
  3. port : int;
}
type 'a master_task := workers:Distributed.Process_id.t list -> 'a D.t
val run : self_node:node -> nodes:node list -> 'a master_task -> 'a
OCaml

Innovation. Community. Security.