feat(TraceType+PartialEq): added PartialEq to TraceType (#1586)

* feat(TraceType+PartialEq): added PartialEq to TraceType

* Update ethers-core/src/types/trace/mod.rs

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
wren 2022-08-11 13:28:11 -04:00 committed by GitHub
parent 9d80d69503
commit 9e48cbcb55
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, Deserialize, Serialize)] #[derive(Debug, PartialEq, Eq, 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