pub type AggregateAuthorityPublicKey = BLS12381PublicKey;Aliased Type§
pub struct AggregateAuthorityPublicKey { /* private fields */ }Trait Implementations§
Source§impl TryFrom<AuthorityPublicKeyBytes> for AggregateAuthorityPublicKey
impl TryFrom<AuthorityPublicKeyBytes> for AggregateAuthorityPublicKey
Source§fn try_from(
bytes: AuthorityPublicKeyBytes,
) -> Result<AggregateAuthorityPublicKey, Self::Error>
fn try_from( bytes: AuthorityPublicKeyBytes, ) -> Result<AggregateAuthorityPublicKey, Self::Error>
Performs the conversion.