Trait lair_keystore_api::actor::LairClientEventHandler[][src]

pub trait LairClientEventHandler: GhostHandler<LairClientEvent> {
    fn handle_request_unlock_passphrase(
        &mut self
    ) -> LairClientEventHandlerResult<String>; }
Expand description

“Event” types emitted by Lair Client Actor Api.

Required methods

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

Implementors