Trait Ed25519PublicKey

Source
pub trait Ed25519PublicKey {
    // Required method
    fn public_key(&self) -> PublicKey;
}
Expand description

An object that has an Ed25519 PublicKey.

Required Methods§

Source

fn public_key(&self) -> PublicKey

Get the Ed25519 PublicKey.

Implementors§