Module Tezos_protocol_plugin_alpha.Contract_services

This module defines RPC services to access the information associated to contracts (balance, delegate, script, etc.).

val register : unit -> unit
module Implem : sig ... end

Functions used in the implementation of this file's RPCs, but also useful elsewhere (as opposed to the functions above, which call the RPCs). These functions are gathered in a separate module to avoid naming conflicts.

module S : sig ... end