pub struct ParityAccountsClient { /* private fields */ }
Expand description

Account management (personal) rpc implementation.

Implementations

Creates new PersonalClient

Trait Implementations

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.

Create new vault.

Open existing vault.

Close previously opened vault.

List all vaults.

List all currently opened vaults.

Change vault password.

Change vault of the given address.

Get vault metadata string.

Set vault metadata string.

Derive new address from given account address using hierarchical derivation (sequence of 32-bit integer indices). Resulting address can be either saved as a new account (with the same password). Read more

Derive new address from given account address using specific hash. Resulting address can be either saved as a new account (with the same password). Read more

Exports an account with given address if provided password matches.

Sign raw hash with the key corresponding to address and password.

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

Returns accounts information.

Returns default account for dapp.

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.