iota_types::crypto

Type Alias AuthorityPublicKey

Source
pub type AuthorityPublicKey = BLS12381PublicKey;

Aliased Type§

struct AuthorityPublicKey { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<AuthorityPublicKeyBytes> for AuthorityPublicKey

Source§

type Error = FastCryptoError

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

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

Performs the conversion.