Struct ethjson::state::test::MultiTransaction[][src]

pub struct MultiTransaction {
    pub data: Vec<Bytes>,
    pub gas_limit: Vec<Uint>,
    pub gas_price: Uint,
    pub nonce: Uint,
    pub secret: Option<H256>,
    pub to: MaybeEmpty<Address>,
    pub value: Vec<Uint>,
}

State test transaction deserialization.

Fields

Transaction data set.

Gas limit set.

Gas price.

Nonce.

Secret key.

To.

Value set.

Methods

impl MultiTransaction
[src]

Build transaction with given indexes.

Trait Implementations

impl Debug for MultiTransaction
[src]

Formats the value using the given formatter. Read more

impl PartialEq for MultiTransaction
[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 MultiTransaction

impl Sync for MultiTransaction