package tezos-dac-lib

  1. Overview
  2. Docs

V0 is experimental DAC API. V0 is deprecated, however for the time being the API will be binding. It will be used by 1M/tps demo. The plan is to remove it once we get rid of the Legacy mode. Use at your own risk!

module S : sig ... end

root_hashes streamed_cctxt raw_hash returns a stream of root hashes and a stopper for it.

Stream is produced by calling RPC "GET v0/monitor/root_hashes".

certificate streamed_cctxt raw_hash returns a stream and a stopper for monitoring certificate updates for a given root hash.

Stream is produced by calling RPC "GET v0/monitor/certificate".

OCaml

Innovation. Community. Security.