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: Option<Uint>
Block number.
rlp: Bytes
Transaction rlp.
sender: Option<Address>
Transaction sender.
transaction: Option<Transaction>
Transaction
Trait Implementations
impl Debug for TransactionTest[src]
impl Debug for TransactionTestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TransactionTest[src]
impl PartialEq for TransactionTestfn eq(&self, other: &TransactionTest) -> bool[src]
fn eq(&self, other: &TransactionTest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TransactionTest) -> bool[src]
fn ne(&self, other: &TransactionTest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TransactionTest
impl Send for TransactionTestimpl Sync for TransactionTest
impl Sync for TransactionTest