IsDeprecatedRPCEnabled

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

NameDescription
methodThe name of the deprecated RPC method to query.