go-ethereum/rpc/api/db_js.go

14 lines
103 B
Go

package api
const Db_JS = `
web3._extend({
property: 'db',
methods:
[
],
properties:
[
]
});
`