ethereum / interfaces

Interface Specifications inside Ethereum
36 stars 175 forks source link

Add new RPC Method "personal_sendTransaction" #2

Open frozeman opened 8 years ago

frozeman commented 8 years ago

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.

frozeman commented 8 years ago

@debris @bas-vk @chriseth

bas-vk commented 8 years ago

This function is included in develop and will be included in geth 1.5.

frozeman commented 7 years ago

As it was never really formalised its fine ditching the old one and using the new one. After that we will add it to the rpc specs.

chriseth commented 7 years ago

cpp has implemented that a while ago

frozeman commented 7 years ago

super