Struct ethcore_rpc::SignerService [] [src]

pub struct SignerService { /* fields omitted */ }

Manages communication with Signer crate

Methods

impl SignerService
[src]

Creates new Signer Service given function to generate new tokens.

Checks if the token is valid web proxy access token.

Generates a new web proxy access token.

Generates new signer authorization token.

Returns a reference to ConfirmationsQueue

Returns signer address (if signer enabled) or None otherwise

Returns true if Signer is enabled.

Methods from Deref<Target=ConfirmationsQueue>

Blocks the thread and starts listening for notifications regarding all actions in the queue. For each event, listener callback will be invoked. This method can be used only once (only single consumer of events can exist).

Notifies consumer that the communcation is over. No more events will be sent after this function is invoked.

Trait Implementations

impl Deref for SignerService
[src]

The resulting type after dereferencing

The method called to dereference a value