-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
engine-apiCommunication between Consensus and ExecutionCommunication between Consensus and Executionrpc-apiPublic rpc-json api for usersPublic rpc-json api for users
Description
Ideally we would have a RPC router similar to the one describen in this video
https://www.youtube.com/watch?v=Gc5Nj5LJe1U
We should be able to do something like
RpcRouter::new()
.add("engine_exchangeCapabilities", engine::exchange_capabilities)
Ideally it would pass the rpc params field into the appropriate types to pass to the router function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engine-apiCommunication between Consensus and ExecutionCommunication between Consensus and Executionrpc-apiPublic rpc-json api for usersPublic rpc-json api for users
Type
Projects
Status
Done