ts: Add Event import (#471)

This commit is contained in:
Chris Heaney 2021-07-04 11:07:53 -07:00 committed by GitHub
parent 916dc1225b
commit 5866c886dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";