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

pub struct NoopVerifier;

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

Trait Implementations

impl<C: BlockInfo + CallContract> Verifier<C> 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.

Verify a block, inspecing external state.

Auto Trait Implementations

impl Send for NoopVerifier

impl Sync for NoopVerifier