Report whether the given deprecated RPC method is currently enabled.

Synopsis

Declared in <rpc/server.h>

bool
IsDeprecatedRPCEnabled(std::string const& method);

Return Value

True if the method may still be used.

Parameters

Name

Description

method

The name of the deprecated RPC method to query.

Created with MrDocs