Trait nip_55::KeyManager

source ·
pub trait KeyManager: Send + Sync {
    // Required method
    fn get_secret_key(&self, public_key: &PublicKey) -> Option<SecretKey>;
}

Required Methods§

source

fn get_secret_key(&self, public_key: &PublicKey) -> Option<SecretKey>

Implementors§