d2a87f6f7
5f8e5a487
ceb0739ba
cc9ae3993
1 2 3
4
5
6 7
8
9 10 11
12
13 14 15 16
17 18 19
package api const Net_JS = ` web3._extend({ property: 'net', methods: [ new web3._extend.Method({ name: 'addPeer', call: 'net_addPeer', params: 1, inputFormatter: [null] }) ], properties: [ ] }); `