supersedes #5744
I recognized that this approach of extending RPC calls is more flexible and only needs a few lines of changes.
A new wallet could register for a URI (example: /wallet
) and response to incoming JSON RPC calls. The signaling overhead should not affect the RPC overall performance.
URI distinction could also help if it comes to process separation of core and wallet.
Working “example” will follow soon.