Struct ethjson::transaction::TransactionTest[][src]

pub struct TransactionTest {
    pub block_number: Option<Uint>,
    pub rlp: Bytes,
    pub sender: Option<Address>,
    pub transaction: Option<Transaction>,
}

Transaction test deserialization.

Fields

Block number.

Transaction rlp.

Transaction sender.

Transaction

Trait Implementations

impl Debug for TransactionTest
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TransactionTest
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for TransactionTest

impl Sync for TransactionTest