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

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

"Event" types emitted by Lair Client Actor Api.

Provided methods

fn request_unlock_passphrase(&self) -> LairClientEventFuture<String>

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

Loading content...

Implementors

impl<S: GhostChannelSender<LairClientEvent>> LairClientEventSender for S[src]

Loading content...