pub struct SignerClient<D: Dispatcher> { /* private fields */ }
Expand description

Transactions confirmation (personal) rpc implementation.

Implementations

Create new instance of signer client.

Trait Implementations

RPC Metadata

Returns a list of items to confirm.

Confirm specific request.

Confirm specific request with token.

Confirm specific request with already signed data.

Reject the confirmation request.

Generates new authorization token.

Subscribe to new pending requests on signer interface.

Unsubscribe from pending requests subscription.

Create an IoDelegate, wiring rpc calls to the trait methods.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.