mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-17 02:00:56 +00:00
14 lines
103 B
Go
14 lines
103 B
Go
package api
|
|
|
|
const Db_JS = `
|
|
web3._extend({
|
|
property: 'db',
|
|
methods:
|
|
[
|
|
],
|
|
properties:
|
|
[
|
|
]
|
|
});
|
|
`
|