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

Modified transaction sender

Modified gas price

Modified gas

Modified min block

Trait Implementations

impl PartialEq for TransactionModification
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TransactionModification
[src]

Formats the value using the given formatter.