package tezos-dac-client-lib

  1. Overview
  2. Docs
Tezos: `tezos-dac-client` library

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/tezos-dac-client-lib/Tezos_dac_client_lib/Dac_node_client/index.html

Module Tezos_dac_client_lib.Dac_node_clientSource

Sourceclass type cctxt = object ... end

Instance of Tezos_client_base.Client_context that only handles IOs and RPCs. Can be used for keys and RPCs related commands.

Sourceclass unix_cctxt : rpc_config:Tezos_rpc_http_client_unix.RPC_client_unix.config -> cctxt

Instance of cctxt for linux systems. Relies on Tezos_rpc_http_client_unix.

Sourceval make_unix_cctxt : scheme:string -> host:string -> port:int -> cctxt

make_unix_client_context scheme host port generates a cctxt from the client configuration parameters.

Sourceval of_uri : Uri.t -> cctxt

of_uri uri generates a cctxt from uri.

Sourcemodule V0 : sig ... end

V0 is a module that provides a client specification for interacting with experimental Tezos_lib_dac.Rpc_services.Api.V0 API. Note that even though V0 api is binding, it is already deprecated. Use it at your own risk!

OCaml

Innovation. Community. Security.