Struct ethers_iqkms::types::BlockTrace
source · [−]pub struct BlockTrace {
pub output: Bytes,
pub trace: Option<Vec<TransactionTrace, Global>>,
pub vm_trace: Option<VMTrace>,
pub state_diff: Option<StateDiff>,
pub transaction_hash: Option<H256>,
}Expand description
Ad-Hoc trace API type
Fields
output: BytesOutput Bytes
trace: Option<Vec<TransactionTrace, Global>>Transaction Trace
vm_trace: Option<VMTrace>Virtual Machine Execution Trace
state_diff: Option<StateDiff>State Difference
transaction_hash: Option<H256>Transaction Hash
Trait Implementations
sourceimpl Clone for BlockTrace
impl Clone for BlockTrace
sourcefn clone(&self) -> BlockTrace
fn clone(&self) -> BlockTrace
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BlockTrace
impl Debug for BlockTrace
sourceimpl<'de> Deserialize<'de> for BlockTrace
impl<'de> Deserialize<'de> for BlockTrace
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<BlockTrace, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<BlockTrace, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<BlockTrace> for BlockTrace
impl PartialEq<BlockTrace> for BlockTrace
sourcefn eq(&self, other: &BlockTrace) -> bool
fn eq(&self, other: &BlockTrace) -> bool
sourceimpl Serialize for BlockTrace
impl Serialize for BlockTrace
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for BlockTrace
Auto Trait Implementations
impl RefUnwindSafe for BlockTrace
impl Send for BlockTrace
impl Sync for BlockTrace
impl Unpin for BlockTrace
impl UnwindSafe for BlockTrace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request