Module Tezos_protocol_plugin_025_PsUshuai.Contract_services

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

type under_feature_flag =
  1. | Stez
  2. | SWRR
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