Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started.
Synopsis
Declared in <httprpc.h>
bool
StartHTTPRPC(std::any const& context);
Return Value
true if the RPC handlers were registered successfully.
Parameters
Name |
Description |
context |
Node context, passed on to the registered RPC handlers. |
Created with MrDocs