Struct ethcore::verification::queue::kind::blocks::Unverified[][src]

pub struct Unverified { /* fields omitted */ }

An unverified block.

Methods

impl Unverified
[src]

Create an Unverified from raw bytes.

Trait Implementations

impl HeapSizeOf for Unverified
[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 Unverified
[src]

Get the hash of this item.

Get the hash of this item's parent.

Get the difficulty of this item.

Auto Trait Implementations

impl Send for Unverified

impl Sync for Unverified