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