|
|
@ -9,7 +9,7 @@ export const DebuggerApiMixin = (Base) => class extends Base { |
|
|
|
|
|
|
|
|
|
|
|
const self = this |
|
|
|
const self = this |
|
|
|
this.web3Provider = { |
|
|
|
this.web3Provider = { |
|
|
|
sendAsync(payload, callback) { |
|
|
|
sendAsync (payload, callback) { |
|
|
|
self.call('web3Provider', 'sendAsync', payload) |
|
|
|
self.call('web3Provider', 'sendAsync', payload) |
|
|
|
.then(result => callback(null, result)) |
|
|
|
.then(result => callback(null, result)) |
|
|
|
.catch(e => callback(e)) |
|
|
|
.catch(e => callback(e)) |
|
|
|