package tezos-proxy

  1. Overview
  2. Docs

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.

val protocol_hash : Tezos_crypto.Protocol_hash.t

RPCs provided by the protocol

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

  • A printer (for logging)
  • An instance of RPC_context.json, to perform RPCs
  • Whether tezos-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.