besu icon indicating copy to clipboard operation
besu copied to clipboard

Support for named parameters in PluginRpcRequest

Open Filter94 opened this issue 1 year ago • 0 comments

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 PluginRpcRequest with named parameters support

Filter94 avatar Jun 10 '24 16:06 Filter94