Struct ethcore::block::ExecutedBlock [] [src]

pub struct ExecutedBlock { /* fields omitted */ }

An internal type for a block's common elements.

Methods

impl ExecutedBlock
[src]

Get a structure containing individual references to all public fields.

Get a structure containing individual references to all public fields.

Trait Implementations

impl Clone for ExecutedBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IsBlock for ExecutedBlock
[src]

Get the ExecutedBlock associated with this object.

Get the base Block object associated with this.

Get the header associated with this object's block.

Get the final state associated with this object's block.

Get all information on transactions in this block.

Get all information on receipts in this block.

Get all information concerning transaction tracing in this block.

Get all uncles in this block.