package tezos-client-012-Psithaca

  1. Overview
  2. Docs
Tezos/Protocol: protocol specific library for `tezos-client`

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-client-012-Psithaca/Tezos_client_012_Psithaca/Protocol_client_context/index.html

Module Tezos_client_012_Psithaca.Protocol_client_contextSource

Sourcemodule Alpha_block_services : sig ... end
Sourceclass type rpc_context = object ... end

Client RPC context

The class wrap_rpc_context is a wrapper class used by the proxy mode clients. From a general-purpose Tezos_rpc.Context.generic t, the class is augmented with shell services to provide RPC calls that are protocol-dependent.

Sourceclass type full = object ... end

The class type full allows to create contexts that are explicitly used by low-level shell functions, while containing various information (I/O services, RPCs...). Then, depending on the usage, the type may be coerced into one of its following ascendants to serve for explicit operations on blocks, chain or daemon for instance.

From a Client_context.full, the class allows to call RPCs from the node and those defined by the protocol.

Sourceval register_error_kind : Tezos_base.TzPervasives.error_category -> id:string -> title:string -> description:string -> ?pp:(Format.formatter -> 'a -> unit) -> 'a Data_encoding.t -> (Tezos_base.TzPervasives.error -> 'a option) -> ('a -> Tezos_base.TzPervasives.error) -> unit
OCaml

Innovation. Community. Security.