Struct ethcore::verification::queue::kind::blocks::Unverified
[−]
[src]
pub struct Unverified { /* fields omitted */ }
An unverified block.
Methods
impl Unverified
[src]
Trait Implementations
impl HeapSizeOf for Unverified
[src]
fn heap_size_of_children(&self) -> usize
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::
impl BlockLike for Unverified
[src]
fn hash(&self) -> H256
Get the hash of this item.
fn parent_hash(&self) -> H256
Get the hash of this item's parent.
fn difficulty(&self) -> U256
Get the difficulty of this item.