pub type PublicKey = PublicKey;Aliased Type§
enum PublicKey {
Ed25519(VerificationKey),
Secp256k1(VerifyingKey<Secp256k1>),
}pub type PublicKey = PublicKey;enum PublicKey {
Ed25519(VerificationKey),
Secp256k1(VerifyingKey<Secp256k1>),
}