|
|
|
@ -74,7 +74,6 @@ export class Transactions { |
|
|
|
|
eth_getExecutionResultFromSimulator: this.eth_getExecutionResultFromSimulator.bind(this), |
|
|
|
|
eth_getHHLogsForTx: this.eth_getHHLogsForTx.bind(this), |
|
|
|
|
eth_getHashFromTagBySimulator: this.eth_getHashFromTagBySimulator.bind(this), |
|
|
|
|
eth_callBySimulator: this.eth_callBySimulator.bind(this), |
|
|
|
|
eth_registerCallId: this.eth_registerCallId.bind(this) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -191,12 +190,6 @@ export class Transactions { |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
eth_callBySimulator (payload, cb) { |
|
|
|
|
this.eth_call(payload, (error, returnValue) => { |
|
|
|
|
cb(error, returnValue) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
eth_registerCallId (payload, cb) { |
|
|
|
|
this.comingCallId = payload.params[0] |
|
|
|
|
cb() |
|
|
|
|