feat(TraceType+Deserialize): added Deserialize to TraceType (#1585)

This commit is contained in:
wren 2022-08-10 16:08:35 -04:00 committed by GitHub
parent 922b23fad6
commit 9d80d69503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub use filter::*;
mod geth; mod geth;
pub use geth::*; pub use geth::*;
#[derive(Debug, Clone, Serialize)] #[derive(Debug, Clone, Deserialize, Serialize)]
/// Description of the type of trace to make /// Description of the type of trace to make
pub enum TraceType { pub enum TraceType {
/// Transaction Trace /// Transaction Trace