added json rpc type to eth action

This commit is contained in:
commercium-sys 2023-12-25 20:25:29 -05:00
parent c93e6aa569
commit 5a57520ecf

View File

@ -21,6 +21,7 @@ pub enum ProviderAction {
#[derive(Debug, Serialize, Deserialize)]
pub enum EthRpcAction {
JsonRpcRequest(String),
Eth(EthMethod),
Debug(DebugMethod),
Net(NetMethod),