package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The module type of a proxy environment. Modules of this type should be prepared protocol-side and registered here to become available to the proxy facility.

RPCs provided by the protocol

How to build the context to execute RPCs on. Arguments are:

  • A printer (for logging)
  • An instance of Tezos_rpc.Context.generic, to perform RPCs
  • Whether octez-client or tezos-proxy-server is running
  • The chain for which the context is required
  • The block for which the context is required

The time_between_blocks constant for the given block, if any.

OCaml

Innovation. Community. Security.