package tezos-protocol-alpha

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

This declares Protocol RPC services.

Protocol RPC services are read-only, and support querying the state of the ledger (including information such as existing contracts, delegation, voting, and so on), at a given block height.

This is a mostly internal module used from rpc_services in Main.

module Seed : sig ... end
module Nonce : sig ... end
module Contract = Contract_services
module Constants = Constants_services
module Delegate = Delegate_services
module Voting = Voting_services
module Sapling = Sapling_services
module Liquidity_baking : sig ... end
module Cache : sig ... end
val register : unit -> unit
OCaml

Innovation. Community. Security.