[][src]Struct ethereum_json_rpc::ObjectEeeStwYd

pub struct ObjectEeeStwYd {
    pub address: Option<String>,
    pub block_hash: Option<String>,
    pub block_number: Option<String>,
    pub data: Option<String>,
    pub log_index: Option<String>,
    pub removed: Option<Value>,
    pub topics: Option<Vec<Option<Value>>>,
    pub transaction_hash: Option<String>,
    pub transaction_index: Option<String>,
}

Fields

address: Option<String>

Sender of the transaction

block_hash: Option<String>

BlockHash of the block in which the transaction was mined

block_number: Option<String>

BlockNumber of the block in which the transaction was mined

data: Option<String>

The data/input string sent along with the transaction

log_index: Option<String>

The index of the event within its transaction, null when its pending

removed: Option<Value>topics: Option<Vec<Option<Value>>>transaction_hash: Option<String>

The hash of the transaction in which the log occurred

transaction_index: Option<String>

The index of the transaction in which the log occurred

Trait Implementations

impl Clone for ObjectEeeStwYd[src]

impl PartialEq<ObjectEeeStwYd> for ObjectEeeStwYd[src]

impl Debug for ObjectEeeStwYd[src]

impl Serialize for ObjectEeeStwYd[src]

impl<'de> Deserialize<'de> for ObjectEeeStwYd[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]