added net.version

This commit is contained in:
Bas van Kervel
2015-07-08 08:03:20 +02:00
parent a2333bcbb4
commit e84f3ec1d4
4 changed files with 11 additions and 3 deletions

View File

@ -30,6 +30,10 @@ web3._extend({
],
properties:
[
new web3._extend.Property({
name: 'version',
getter: 'net_version'
})
]
});
`