Skip to main content

SignResult

Type Alias SignResult 

Source
type SignResult<M> = Result<(Signature<BluePallas<M>>, VerifyingKey<BluePallas<M>>), Error<BluePallas<M>>>;

Aliased Type§

enum SignResult<M> {
    Ok((Signature<BluePallas<M>>, VerifyingKey<BluePallas<M>>)),
    Err(Error<BluePallas<M>>),
}

Variants§

§1.0.0

Ok((Signature<BluePallas<M>>, VerifyingKey<BluePallas<M>>))

Contains the success value

§1.0.0

Err(Error<BluePallas<M>>)

Contains the error value