mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-18 22:21:50 +03:00
added json rpc type to eth action
This commit is contained in:
parent
c93e6aa569
commit
5a57520ecf
@ -21,6 +21,7 @@ pub enum ProviderAction {
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub enum EthRpcAction {
|
||||
JsonRpcRequest(String),
|
||||
Eth(EthMethod),
|
||||
Debug(DebugMethod),
|
||||
Net(NetMethod),
|
||||
|
Loading…
Reference in New Issue
Block a user