Type Alias zebra_consensus::primitives::ed25519::VerifyResult

source ·
type VerifyResult = Result<(), Error>;
Expand description

The type of verification results.

Aliased Type§

enum VerifyResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value