pub trait RpcEnableDeprecated {
    // Required method
    fn rpc_enable_deprecated(&mut self, method: &String) -> bool;
}

Required Methods§

source

fn rpc_enable_deprecated(&mut self, method: &String) -> bool

| Check if deprecated RPC is enabled. |

Implementors§