Struct ethcore::views::TransactionView [] [src]

pub struct TransactionView<'a> { /* fields omitted */ }

View onto transaction rlp.

Methods

impl<'a> TransactionView<'a>
[src]

Creates new view onto block from raw bytes.

Creates new view onto block from rlp.

Return reference to underlaying rlp.

Get the nonce field of the transaction.

Get the gas_price field of the transaction.

Get the gas field of the transaction.

Get the value field of the transaction.

Get the data field of the transaction.

Get the v field of the transaction.

Get the r field of the transaction.

Get the s field of the transaction.

Trait Implementations

impl<'a> Hashable for TransactionView<'a>
[src]

Calculate SHA3 of this object.

Calculate SHA3 of this object and place result into dest.