[#StartHTTPRPC] = StartHTTPRPC :mrdocs: Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started. == Synopsis Declared in `<httprpc.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool StartHTTPRPC(std::any const& context); ---- == Return Value true if the RPC handlers were registered successfully. == Parameters [cols="1,4"] |=== | Name| Description | *context* | Node context, passed on to the registered RPC handlers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#