|
|
@ -20,6 +20,14 @@ export class SolidityProxy { |
|
|
|
this.compilationResult = compilationResult |
|
|
|
this.compilationResult = compilationResult |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* reset the cache and apply a new @arg compilationResult |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
reset () { |
|
|
|
|
|
|
|
this.cache.reset() |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* retrieve the compiled contract name at the @arg vmTraceIndex (cached) |
|
|
|
* retrieve the compiled contract name at the @arg vmTraceIndex (cached) |
|
|
|
* |
|
|
|
* |
|
|
|