Struct ethcore::verification::verification::PreverifiedBlock [] [src]

pub struct PreverifiedBlock {
    pub header: Header,
    pub transactions: Vec<SignedTransaction>,
    pub bytes: Bytes,
}

Preprocessed block data gathered in verify_block_unordered call

Fields

Populated block header

Populated block transactions

Block bytes

Trait Implementations

impl HeapSizeOf for PreverifiedBlock
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

impl BlockLike for PreverifiedBlock
[src]

Get the hash of this item.

Get the hash of this item's parent.

Get the difficulty of this item.