Struct ethcore::machine::AuxiliaryData
[−]
[src]
Auxiliary data fetcher for an Ethereum machine. In Ethereum-like machines there are two kinds of auxiliary data: bodies and receipts.
Fields
bytes: Option<&'a [u8]>
The full block bytes, including the header.
receipts: Option<&'a [Receipt]>
The block receipts.
Trait Implementations
impl<'a> Default for AuxiliaryData<'a>
[src]
impl<'a> Default for AuxiliaryData<'a>
fn default() -> AuxiliaryData<'a>
[src]
fn default() -> AuxiliaryData<'a>
Returns the "default value" for a type. Read more
impl<'a> Clone for AuxiliaryData<'a>
[src]
impl<'a> Clone for AuxiliaryData<'a>
fn clone(&self) -> AuxiliaryData<'a>
[src]
fn clone(&self) -> AuxiliaryData<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'a> Send for AuxiliaryData<'a>
impl<'a> Send for AuxiliaryData<'a>
impl<'a> Sync for AuxiliaryData<'a>
impl<'a> Sync for AuxiliaryData<'a>