Enum ethcore::verification::VerifierType[][src]

pub enum VerifierType {
    Canon,
    CanonNoSeal,
    Noop,
}

Verifier type.

Variants

Verifies block normally.

Verifies block normallly, but skips seal verification.

Does not verify block at all. Used in tests.

Methods

impl VerifierType
[src]

Check if seal verification is enabled for this verifier type.

Trait Implementations

impl Debug for VerifierType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VerifierType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for VerifierType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VerifierType

impl Sync for VerifierType