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.
Serialize
Deserialize
eth::Provider
1 parent 2bb3a6a commit d9db92eCopy full SHA for d9db92e
src/eth.rs
@@ -184,7 +184,7 @@ impl std::cmp::PartialEq<str> for NodeOrRpcUrl {
184
/// Set the chain_id to determine which chain to call: requests will fail
185
/// unless the node this process is running on has access to a provider
186
/// for that chain.
187
-#[derive(Clone, Debug)]
+#[derive(Clone, Debug, Deserialize, Serialize)]
188
pub struct Provider {
189
chain_id: u64,
190
request_timeout: u64,
0 commit comments