This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
personal_sendAccountUpdate
Validates the given passphrase and submits a TxTypeAccountUpdate transaction. The transaction object must have fields from and key. Other fields such as gas, gasPrice, and nonce are se internally if unspecified. If the passphrase is able to decrypt the private key belonging to tx.from and the transaction is verified, the transaction is signed and submitted onto the network. The account is not unlocked globally in the node and cannot be used in other RPC calls.
JSONRPC: personal_sendAccountUpdate
Request
- application/json
Body
Array [
]
params
undefined[]
required
Tx object
A transaction object. from and key must be specified.
Passphrase Passphrase (string)
The passphrase to decrypt the private key of tx.from.