Browse Source

ts: Add Event import (#471)

Chris Heaney 4 years ago
parent
commit
5866c886dd
1 changed files with 1 additions and 1 deletions
  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 { IdlInstruction } from "../../idl";
 import { splitArgsAndCtx } from "../context";
 import { splitArgsAndCtx } from "../context";
 import { TransactionFn } from "./transaction";
 import { TransactionFn } from "./transaction";
-import { EventParser } from "../event";
+import { EventParser, Event } from "../event";
 import Coder from "../../coder";
 import Coder from "../../coder";
 import { Idl } from "../../idl";
 import { Idl } from "../../idl";
 import { ProgramError } from "../../error";
 import { ProgramError } from "../../error";