set_fallback_rpc

Function set_fallback_rpc 

Source
pub fn set_fallback_rpc(
    handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)