Skip to content

WIP: Add a test for RPC interface without events

Samuel Debionne requested to merge rpc-interface-wo-events into develop

RPC client cannot be instantiated if there is no event defined in the interface as variant<> (with no template arguments) may not be instantiated.

Merge request reports