Struct ethers_core::types::TransactionTrace [−][src]
pub struct TransactionTrace {
pub trace_address: Vec<usize>,
pub subtraces: usize,
pub action: Action,
pub action_type: ActionType,
pub result: Option<Res>,
pub error: Option<String>,
}
Expand description
Trace
Fields
trace_address: Vec<usize>
Trace address
subtraces: usize
Subtraces
action: Action
Action
action_type: ActionType
Action Type
result: Option<Res>
Result
error: Option<String>
Error
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TransactionTrace
impl Send for TransactionTrace
impl Sync for TransactionTrace
impl Unpin for TransactionTrace
impl UnwindSafe for TransactionTrace
Blanket Implementations
Mutably borrows from an owned value. Read more