From 9d80d69503e40fc6888eb88e8a2acc1ccb3d1a6e Mon Sep 17 00:00:00 2001 From: wren <9318247+DrawnWren@users.noreply.github.com> Date: Wed, 10 Aug 2022 16:08:35 -0400 Subject: [PATCH] feat(TraceType+Deserialize): added Deserialize to TraceType (#1585) --- ethers-core/src/types/trace/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-core/src/types/trace/mod.rs b/ethers-core/src/types/trace/mod.rs index 437daadb..7c047393 100644 --- a/ethers-core/src/types/trace/mod.rs +++ b/ethers-core/src/types/trace/mod.rs @@ -11,7 +11,7 @@ pub use filter::*; mod geth; pub use geth::*; -#[derive(Debug, Clone, Serialize)] +#[derive(Debug, Clone, Deserialize, Serialize)] /// Description of the type of trace to make pub enum TraceType { /// Transaction Trace