blockchain33
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -9,2 +9,3 @@ import { Blockchain, NET, ethers } from "../blockchain"; | ||
cb: Function; | ||
result?: any; | ||
} | ||
@@ -11,0 +12,0 @@ export interface CustomFace { |
@@ -55,4 +55,5 @@ "use strict"; | ||
for (let i = 0; i < results.length; i++) { | ||
part[i].result = results[i]; | ||
part[i].cb(results[i]); | ||
this.emitter.emit(part[i].method, results[i]); | ||
this.emitter.emit(part[i].method, part[i]); | ||
} | ||
@@ -59,0 +60,0 @@ if (this.debug) |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "utilities for All blockchain like EVM (ETH)", | ||
@@ -14,0 +14,0 @@ "main": "dist/blockchain.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
564592
5517