pub type AuthorityPublicKey = BLS12381PublicKey;

Aliased Type§

struct AuthorityPublicKey { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<AuthorityPublicKeyBytes> for AuthorityPublicKey

§

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.