db_js.go 103 B

12345678910111213
  1. package api
  2. const Db_JS = `
  3. web3._extend({
  4. property: 'db',
  5. methods:
  6. [
  7. ],
  8. properties:
  9. [
  10. ]
  11. });
  12. `