You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an example of how to start a custom RPC method alongside an ExEx, and feed the data from the RPC method into the ExEx, and from the ExEx into the RPC response.
The ExEx does not need to do anything super special; it could e.g. something like the optimism deposit decoder example we have that just also exposes # deposits over RPC or similar. The goal is to demonstrate:
How to add a custom RPC method for an ExEx
Feed data from that RPC method to an ExEx
Feed data from an ExEx to an RPC response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Add an example of how to start a custom RPC method alongside an ExEx, and feed the data from the RPC method into the ExEx, and from the ExEx into the RPC response.
The ExEx does not need to do anything super special; it could e.g. something like the optimism deposit decoder example we have that just also exposes # deposits over RPC or similar. The goal is to demonstrate:
Additional context
No response
The text was updated successfully, but these errors were encountered: