-
Notifications
You must be signed in to change notification settings - Fork 0
JSONRPC personal module
- personal_signerEnabled
- personal_listAccounts
- personal_newAccount
- personal_newAccountFromPhrase
- personal_newAccountFromWallet
- personal_unlockAccount
- personal_signAndSendTransaction
- personal_setAccountName
- personal_setAccountMeta
- personal_accountsInfo
- personal_requestsToConfirm
- personal_confirmRequest
- personal_rejectRequest
Returns true
if Trusted Signer is enabled, false
otherwise.
Lists all stored accounts
TODO
Creates new account (it becomes the new current unlocked account)
-
STR
- Password for the new account
TODO
Creates new account from the given phrase using standard brainwallet mechanism.
-
STR
- Phrase used to generate the key for the brainwallet account -
STR
- Password to use to lock the new account
TODO
Creates new account from the given JSON wallet
-
STR
- TODO -
STR
- Password to use to lock the new account
TODO
Unlocks specified account for use (there can only be one unlocked account at any one time)
If permanent unlocking is disabled (the default) then the duration argument will be ignored, and the account will be unlocked for a single signing. With permanent locking enabled, the duration sets the number of seconds to hold the account open for. It will default to 300 seconds. Passing 0 unlocks the account indefinitely.
-
DATA
, 20 bytes - Account identifier -
STR
- Password to use to unlock the account -
QUANTITY
- (optional)
TODO
Sends transaction and signs it in a single call. The account is not unlocked in such a case.
-
TransactionRequest
- TODO -
STR
- Password to use to unlock the account
TODO
Set an account's name
-
DATA
, 20 bytes - Account identifier -
STR
- The new account name
TODO
Set an account's metadata string
-
DATA
, 20 bytes - Account identifier -
STR
- Replacement description to link to the account
TODO
Returns account's information
TODO
Returns a list of items to confirm.
TODO
Confirm specific request
-
DATA
, 32 Bytes - A request id (TODO) -
TransactionModification
- TODO -
STR
- Password to use to unlock the account
TODO
Reject a confirmation request
-
DATA
, 32 Bytes - A request id (TODO)
TODO
- [With Mist](Using parity with mist)
- For Mining
- [For Private Chains](Private Chains)
- [For PoA Chains](Proof of Authority Chains)
- [Coming from Geth](Importing a chain from Geth)
- Backing-up & Restoring
- Ethereum Classic