hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Home Page:https://www.hyperledger.org/projects/besu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for named parameters in PluginRpcRequest

Filter94 opened this issue · 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