Chris Heaney 4 роки тому
батько
коміт
5866c886dd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      ts/src/program/namespace/simulate.ts

+ 1 - 1
ts/src/program/namespace/simulate.ts

@@ -3,7 +3,7 @@ import Provider from "../../provider";
 import { IdlInstruction } from "../../idl";
 import { splitArgsAndCtx } from "../context";
 import { TransactionFn } from "./transaction";
-import { EventParser } from "../event";
+import { EventParser, Event } from "../event";
 import Coder from "../../coder";
 import { Idl } from "../../idl";
 import { ProgramError } from "../../error";