referrerpolicy=no-referrer-when-downgrade

Type Alias sp_consensus_sassafras::AuthoritySignature

source ·
pub type AuthoritySignature = Signature;
Expand description

Sassafras authority signature.

Aliased Type§

struct AuthoritySignature(/* private fields */);

Trait Implementations§

source§

impl TryFrom<&DigestItem> for AuthoritySignature

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(item: &DigestItem) -> Result<Self, Self::Error>

Performs the conversion.