added eth.resend

This commit is contained in:
Bas van Kervel
2015-06-24 14:56:53 +02:00
parent 056e9dd393
commit ec866b066a
4 changed files with 76 additions and 0 deletions

View File

@ -14,6 +14,13 @@ web3._extend({
params: 2,
inputFormatter: [web3._extend.formatters.formatInputString,web3._extend.formatters.formatInputString],
outputFormatter: web3._extend.formatters.formatOutputString
}),
new web3._extend.Method({
name: 'resend',
call: 'eth_resend',
params: 3,
inputFormatter: [function(obj) { return obj; },web3._extend.formatters.formatInputString,web3._extend.formatters.formatInputString],
outputFormatter: web3._extend.formatters.formatOutputString
})
],
properties: