package tezos-base

  1. Overview
  2. Docs
Tezos: meta-package and pervasive type definitions for Tezos

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

doc/tezos-base.unix/Tezos_base_unix/Internal_event_unix/Configuration/index.html

Module Internal_event_unix.ConfigurationSource

include module type of struct include Tezos_base.Internal_event_config end

The JSON-file-friendly definition of the configuration of the internal-events framework. It allows one to activate registered event sinks.

Sourceval default : t

The default configuration is empty (it doesn't activate any sink).

Sourceval encoding : t Data_encoding.t

The serialization format.

Run Tezos_base.Internal_event.All_sinks.activate for every URI in the configuration.

Close all the sinks except "lwt-log://" and call apply.

Sourceval of_file : string -> t Tezos_error_monad.Error_monad.tzresult Lwt.t

Parse a json file at path into a configuration.

OCaml

Innovation. Community. Security.