Trait Ed25519PublicKey
pub trait Ed25519PublicKey {
// Required method
fn public_key(&self) -> PublicKey;
}
Expand description
An object that has an Ed25519 PublicKey
.
Required Methods§
fn public_key(&self) -> PublicKey
fn public_key(&self) -> PublicKey
Get the Ed25519 PublicKey
.