pub struct EvmTransaction {
Show 18 fields pub block_number: String, pub time_stamp: String, pub hash: String, pub nonce: String, pub block_hash: String, pub transaction_index: String, pub from: String, pub to: String, pub value: String, pub gas: String, pub gas_price: String, pub is_error: String, pub txreceipt_status: String, pub input: String, pub contract_address: String, pub cumulative_gas_used: String, pub gas_used: String, pub confirmations: String,
}

Fields

block_number: Stringtime_stamp: Stringhash: Stringnonce: Stringblock_hash: Stringtransaction_index: Stringfrom: Stringto: Stringvalue: Stringgas: Stringgas_price: Stringis_error: Stringtxreceipt_status: Stringinput: Stringcontract_address: Stringcumulative_gas_used: Stringgas_used: Stringconfirmations: String

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.