Expand description
The canonical DIG-node RPC method catalogue.
Method enumerates every JSON-RPC method the DIG node surface exposes, its
stable wire name, its primary Tier, and whether it is reachable over the
mTLS peer surface. This is the single method table the OpenRPC generator,
both node dispatchers, and the server’s allow-list all read — so the name set,
the tier map, and the peer allowlist can never drift from one another.
Frame families that are shape-dispatched rather than carried in a JSON-RPC
method field — the DHT (find_node / find_providers / add_provider /
ping) and PEX (pex_handshake / pex_snapshot / pex_delta /
pex_error) wires — are documented in crate::frames and are not
Method variants.
Enums§
- Method
- A DIG-node RPC method.