Struct ethcore_rpc::v1::PersonalClient [] [src]

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

Account management (personal) rpc implementation.

Methods

impl<C, M> PersonalClient<C, M> where C: MiningBlockChainClient, M: MinerService
[src]

Creates new PersonalClient

Trait Implementations

impl<C, M> Personal for PersonalClient<C, M> where C: MiningBlockChainClient + 'static, M: MinerService + 'static
[src]

Requests metadata

Lists all stored accounts

Creates new account (it becomes new current unlocked account) Param is the password for the account. Read more

Unlocks specified account for use (can only be one unlocked account at one moment)

Sends transaction and signs it in single call. The account is not unlocked in such case.

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