Type Alias iota_types::crypto::AuthorityPublicKey
source · 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.