plugeth/rpc/api/db_js.go
2015-07-07 11:30:11 +02:00

14 lines
103 B
Go

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