Implement register and watchTx

This commit is contained in:
obscuren
2015-02-17 16:54:52 +01:00
parent 5238b9439e
commit 13c00afc68
3 changed files with 88 additions and 2 deletions

View File

@ -1417,6 +1417,8 @@ var ethMethods = function () {
var methods = [
{ name: 'balanceAt', call: 'eth_balanceAt' },
{ name: 'register', call: 'eth_register' },
{ name: 'unregister', call: 'eth_unregister' },
{ name: 'stateAt', call: 'eth_stateAt' },
{ name: 'storageAt', call: 'eth_storageAt' },
{ name: 'countAt', call: 'eth_countAt'},