14 lines
744 B
OCaml
14 lines
744 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
(** Tezos Shell - All the (persistent) metadata associated to a peer. *)
|
|
|
|
type t = unit (* TODO *)
|
|
val cfg : t P2p.meta_config
|