paritytech / jsonrpsee

Rust JSON-RPC library on top of async/await
MIT License
629 stars 169 forks source link

add `RpcModule::remove` #1416

Closed polachok closed 3 months ago

polachok commented 3 months ago

Currently it's not possible to remove or replace a method. This is useful for overriding methods from an RpcModule with manual implementation or another module.