pub struct EvmBlockByNumber {
Show 19 fields pub difficulty: String, pub extra_data: String, pub gas_limit: String, pub gas_used: String, pub hash: String, pub logs_bloom: String, pub miner: String, pub mix_hash: String, pub nonce: String, pub number: String, pub parent_hash: String, pub receipts_root: String, pub sha3_uncles: String, pub size: String, pub state_root: String, pub timestamp: String, pub total_difficulty: Option<Value>, pub transactions_root: String, pub uncles: Vec<Option<Value>>,
}

Fields

difficulty: Stringextra_data: Stringgas_limit: Stringgas_used: Stringhash: Stringlogs_bloom: Stringminer: Stringmix_hash: Stringnonce: Stringnumber: Stringparent_hash: Stringreceipts_root: Stringsha3_uncles: Stringsize: Stringstate_root: Stringtimestamp: Stringtotal_difficulty: Option<Value>transactions_root: Stringuncles: Vec<Option<Value>>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.