Struct ethcore::verification::NoopVerifier [] [src]

pub struct NoopVerifier;

A no-op verifier -- this will verify everything it's given immediately.

Trait Implementations

impl Verifier for NoopVerifier
[src]

Verify a block relative to its parent and uncles.

Do a final verification check for an enacted header vs its expected counterpart.