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