1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/rpc/api/ssh_js.go
2015-07-07 11:30:11 +02:00

18 lines
186 B
Go

package api
const Shh_JS = `
web3._extend({
property: 'shh',
methods:
[
],
properties:
[
new web3._extend.Property({
name: 'version',
getter: 'shh_version'
})
]
});
`