personal_sendValueTransfer
Validates the given passphrase and submits a TxTypeValueTransfer transaction. The transaction object must have fields from, to, and value. Other fields such as gas, gasPrice, and nonce are set 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_sendValueTransfer
Request
Responses
- 200
Return a transaction hash if succeeded. Otherwise, an error is raised.