pub trait RpcEnableDeprecated {
// Required method
fn rpc_enable_deprecated(&mut self, method: &String) -> bool;
}
Required Methods§
sourcefn rpc_enable_deprecated(&mut self, method: &String) -> bool
fn rpc_enable_deprecated(&mut self, method: &String) -> bool
| Check if deprecated RPC is enabled. |