Skip to content

Commit

Permalink
ts: Export EventParser (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Aug 9, 2021
1 parent 4bf710c commit 73dc612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
InstructionFn,
} from "./program/namespace";
import { Context, Accounts } from "./program/context";
import { EventParser } from "./program/event";

export {
workspace,
Expand Down Expand Up @@ -69,4 +70,5 @@ export {
utils,
Wallet,
Address,
EventParser,
};

0 comments on commit 73dc612

Please sign in to comment.