Report whether the given deprecated RPC method is currently enabled.
Declared in <rpc/server.h>
bool
IsDeprecatedRPCEnabled(std::string const& method);
True if the method may still be used.
| Name | Description |
|---|---|
| method | The name of the deprecated RPC method to query. |