diff --git a/src/eth/types.rs b/src/eth/types.rs index b66b3878..94002e50 100644 --- a/src/eth/types.rs +++ b/src/eth/types.rs @@ -21,6 +21,7 @@ pub enum ProviderAction { #[derive(Debug, Serialize, Deserialize)] pub enum EthRpcAction { + JsonRpcRequest(String), Eth(EthMethod), Debug(DebugMethod), Net(NetMethod),