register_rpc

Function register_rpc 

Source
pub fn register_rpc(
    method: &str,
    handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)
👎Deprecated: renamed to register_delegate