Struct ethcore_rpc::v1::types::TransactionModification
[−]
[src]
pub struct TransactionModification { pub sender: Option<H160>, pub gas_price: Option<U256>, pub gas: Option<U256>, pub min_block: Option<Option<BlockNumber>>, }
Possible modifications to the confirmed transaction sent by Trusted Signer
Fields
sender: Option<H160>
Modified transaction sender
gas_price: Option<U256>
Modified gas price
gas: Option<U256>
Modified gas
min_block: Option<Option<BlockNumber>>
Modified min block
Trait Implementations
impl PartialEq for TransactionModification
[src]
fn eq(&self, __arg_0: &TransactionModification) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TransactionModification) -> bool
This method tests for !=
.