[#RegisterNetRPCCommands] = RegisterNetRPCCommands :mrdocs: Register the network RPC commands. == Synopsis Declared in `<rpc/register.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RegisterNetRPCCommands(xref:CRPCTable.adoc[CRPCTable]& table); ---- == Parameters [cols="1,4"] |=== | Name| Description | *table* | The RPC command table to register into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#