package tezos-dac-client-lib

  1. Overview
  2. Docs
type Tezos_base.TzPervasives.error +=
  1. | Failed_to_initialize_dac_plugin
  2. | Failed_to_fetch_missing_page_from_observer of Tezos_dac_lib.Dac_plugin.raw_hash
  3. | Timeout of Z.t
  4. | Wrong_hash of {
    1. found : Tezos_dac_lib.Dac_plugin.raw_hash;
    2. expected : Tezos_dac_lib.Dac_plugin.raw_hash;
    }
type t
module Configuration : sig ... end

init configuration initializes a Dac_observer_client.t from configuration.

fetch_preimage dac_observer_client dac_plugin hash requests the preimage of hash from a Dac Observer Node.

OCaml

Innovation. Community. Security.