Module handlers

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.