Module handlers

Source
Expand description

RPC handler functions.

These are the glue (async) functions that connect all the internal cuprated functions and fulfill the request.

  • JSON-RPC handlers are in json_rpc

  • Other JSON endpoint handlers are in other_json

  • Other binary endpoint handlers are in bin

  • helper contains helper functions used by many handlers

  • shared contains shared functions used by multiple handlers

Modules§

bin 🔒
RPC request handler functions (binary endpoints).
helper 🔒
These are internal helper functions used by the actual RPC handlers.
json_rpc 🔒
RPC request handler functions (JSON-RPC).
other_json 🔒
RPC request handler functions (other JSON endpoints).
shared 🔒
RPC handler functions that are shared between different endpoint/methods.