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