plugeth/rpc/api/db_js.go

14 lines
103 B
Go
Raw Normal View History

2015-06-16 12:59:39 +00:00
package api
const Db_JS = `
web3._extend({
property: 'db',
methods:
[
],
properties:
[
]
});
`