Trait iota_types::crypto::IotaPublicKey
source · pub trait IotaPublicKey: VerifyingKey {
const SIGNATURE_SCHEME: SignatureScheme;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait IotaPublicKey: VerifyingKey {
const SIGNATURE_SCHEME: SignatureScheme;
}