aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/db_js.go
blob: 91dc95e5b5e886c77a24c9801931303b7e4ab5fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package api

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