Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Add new RPC Method "personal_sendTransaction" #2

@frozeman

Description

@frozeman

This method works like "eth_sendTransaction", but accepts the accounts password as the second parameter. It will then unlock the account internally, send the transaction and locks it again.

  • geth: must rename its method from "personal_signAndSendTransaction" to "personal_sendTransaction" (in 1.5)
  • cpp: not implemented?
  • parity: not implemented?
  • ethereumj: not implemented?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions