Enum ethers_core::types::TraceType [−][src]
pub enum TraceType {
Trace,
VmTrace,
StateDiff,
}
Expand description
Description of the type of trace to make
Variants
Transaction Trace
Virtual Machine Execution Trace
State Difference
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TraceType
impl UnwindSafe for TraceType
Blanket Implementations
Mutably borrows from an owned value. Read more