Struct ethcore_rpc::v1::ParityAccountsClient [] [src]

pub struct ParityAccountsClient<C> where C: MiningBlockChainClient { /* fields omitted */ }

Account management (personal) rpc implementation.

Methods

impl<C> ParityAccountsClient<C> where C: MiningBlockChainClient
[src]

Creates new PersonalClient

Trait Implementations

impl<C: 'static> ParityAccounts for ParityAccountsClient<C> where C: MiningBlockChainClient
[src]

Returns accounts information.

Creates new account from the given phrase using standard brainwallet mechanism. Second parameter is password for the new account. Read more

Creates new account from the given JSON wallet. Second parameter is password for the wallet and the new account. Read more

Creates new account from the given raw secret. Second parameter is password for the new account. Read more

Returns true if given password would unlock given account. Arguments: account, password. Read more

Changes an account's password. Arguments: account, password, new_password. Read more

Permanently deletes an account. Arguments: account, password. Read more

Permanently deletes an address from the addressbook Arguments: address Read more

Set an account's name.

Set an account's metadata string.

Sets account visibility

Sets accounts exposed for particular dapp.

Gets accounts exposed for particular dapp.

Sets accounts exposed for new dapps. None means that all accounts will be exposed. Read more

Gets accounts exposed for new dapps. None means that all accounts will be exposed. Read more

Returns identified dapps that recently used RPC Includes last usage timestamp. Read more

Imports a number of Geth accounts, with the list provided as the argument.

Returns the accounts available for importing from Geth.

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