[#IsDeprecatedRPCEnabled] = IsDeprecatedRPCEnabled :mrdocs: Report whether the given deprecated RPC method is currently enabled. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsDeprecatedRPCEnabled(std::string const& method); ---- == Return Value True if the method may still be used. == Parameters [cols="1,4"] |=== | Name| Description | *method* | The name of the deprecated RPC method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#