mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
18 lines
186 B
Go
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'
|
|
})
|
|
]
|
|
});
|
|
`
|