Address feedback

This commit is contained in:
Leonid Logvinov
2018-03-09 16:44:44 +01:00
parent 2298a34c37
commit 3b158cb726
6 changed files with 25 additions and 14 deletions

View File

@@ -151,11 +151,11 @@ declare module 'web3' {
jsonrpc: string;
}
export type OpCode = string; // TODO enum of all opcodes;
export type OpCode = string;
export interface StructLog {
depth: number;
error: '';
error: string;
gas: number;
gasCost: number;
memory: string[];