Struct ethcore::block::SealedBlock[][src]

pub struct SealedBlock { /* fields omitted */ }

A block that has a valid seal.

The block's header has valid seal arguments. The block cannot be reversed into a ClosedBlock or OpenBlock.

Methods

impl SealedBlock
[src]

Get the RLP-encoding of the block.

Trait Implementations

impl Drain for SealedBlock
[src]

Returns ExecutedBlock

impl IsBlock for SealedBlock
[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.

Important traits for &'a [u8]

Get all information on transactions in this block.

Important traits for &'a [u8]

Get all information on receipts in this block.

Important traits for &'a [u8]

Get all uncles in this block.

Auto Trait Implementations

impl Send for SealedBlock

impl !Sync for SealedBlock