Skip to main content

AggregateAuthorityPublicKey

Type Alias AggregateAuthorityPublicKey 

Source
pub type AggregateAuthorityPublicKey = BLS12381PublicKey;

Aliased Type§

pub struct AggregateAuthorityPublicKey { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<AuthorityPublicKeyBytes> for AggregateAuthorityPublicKey

Source§

type Error = FastCryptoError

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

fn try_from( bytes: AuthorityPublicKeyBytes, ) -> Result<AggregateAuthorityPublicKey, Self::Error>

Performs the conversion.