Trait lair_keystore_api::actor::LairClientEventSender[][src]

pub trait LairClientEventSender: GhostChannelSender<LairClientEvent> {
    fn request_unlock_passphrase(&self) -> LairClientEventFuture<String> { ... }
}
Expand description

“Event” types emitted by Lair Client Actor Api.

Provided methods

The keystore is currently locked - the user must supply a passphrase in order to unlock.

Implementors