besu
besu copied to clipboard
Support for named parameters in PluginRpcRequest
Description
As an Plugin developer, I want to leverage named parameters in PluginRpcRequest so that I can design a more explicit API
Since Besu seem to support JsonRPC, it would make sense to extend it to support the full spec and the spec includes named arguments unlike Besu.
Acceptance Criteria
- Me as a plugin dev can use an interface analogous to
PluginRpcRequestwith named parameters support