We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fba3dd commit 3c0b3dfCopy full SHA for 3c0b3df
crates/anvil/core/src/eth/mod.rs
@@ -35,6 +35,7 @@ pub struct Params<T: Default> {
35
/// Represents ethereum JSON-RPC API
36
#[derive(Clone, Debug, serde::Deserialize)]
37
#[serde(tag = "method", content = "params")]
38
+#[allow(clippy::large_enum_variant)]
39
pub enum EthRequest {
40
#[serde(rename = "web3_clientVersion", with = "empty_params")]
41
Web3ClientVersion(()),
0 commit comments