ts: Export EventParser (#591)

This commit is contained in:
Armani Ferrante 2021-08-08 18:50:34 -07:00 committed by GitHub
parent 4bf710c771
commit 73dc612b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import {
InstructionFn,
} from "./program/namespace";
import { Context, Accounts } from "./program/context";
import { EventParser } from "./program/event";
export {
workspace,
@ -69,4 +70,5 @@ export {
utils,
Wallet,
Address,
EventParser,
};