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]
impl SealedBlockTrait Implementations
impl Drain for SealedBlock[src]
impl Drain for SealedBlockimpl IsBlock for SealedBlock[src]
impl IsBlock for SealedBlockfn block(&self) -> &ExecutedBlock[src]
fn block(&self) -> &ExecutedBlockGet the ExecutedBlock associated with this object.
fn to_base(&self) -> Block[src]
fn to_base(&self) -> BlockGet the base Block object associated with this.
fn header(&self) -> &Header[src]
fn header(&self) -> &HeaderGet the header associated with this object's block.
fn state(&self) -> &State<StateDB>[src]
fn state(&self) -> &State<StateDB>Get the final state associated with this object's block.
fn transactions(&self) -> &[SignedTransaction][src]
fn transactions(&self) -> &[SignedTransaction]Get all information on transactions in this block.
fn receipts(&self) -> &[Receipt][src]
fn receipts(&self) -> &[Receipt]Get all information on receipts in this block.
fn traces(&self) -> &Tracing[src]
fn traces(&self) -> &TracingGet all information concerning transaction tracing in this block.
fn uncles(&self) -> &[Header][src]
fn uncles(&self) -> &[Header]Get all uncles in this block.
fn tracing_enabled(&self) -> bool[src]
fn tracing_enabled(&self) -> boolGet tracing enabled flag for this block.
Auto Trait Implementations
impl Send for SealedBlock
impl Send for SealedBlockimpl !Sync for SealedBlock
impl !Sync for SealedBlock