[−][src]Struct in3_sys::eth_tx
A transaction
Fields
hash: bytes32_t< the blockhash
block_hash: bytes32_t< hash of ther containnig block
block_number: u64< number of the containing block
from: address_t< sender of the tx
gas: u64< gas send along
gas_price: u64< gas price used
data: bytes_t< data send along with the transaction
nonce: u64< nonce of the transaction
to: address_t< receiver of the address 0x0000.. -Address is used for contract creation.
value: uint256_t< the value in wei send
transaction_index: c_int< the transaction index
signature: [u8; 65]< signature of the transaction
Trait Implementations
impl Clone for eth_tx[src]
fn clone(&self) -> eth_tx[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for eth_tx[src]
impl Debug for eth_tx[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,