Struct ethcore_rpc::v1::SignerClient [] [src]

pub struct SignerClient<C, M> where C: MiningBlockChainClient, M: MinerService { /* fields omitted */ }

Transactions confirmation (personal) rpc implementation.

Methods

impl<C: 'static, M: 'static> SignerClient<C, M> where C: MiningBlockChainClient, M: MinerService
[src]

Create new instance of signer client.

Trait Implementations

impl<C: 'static, M: 'static> Signer for SignerClient<C, M> where C: MiningBlockChainClient, M: MinerService
[src]

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.

Generates new web proxy access token.

Transform this into an IoDelegate, automatically wrapping the parameters. Read more