Skip to content

Commit 609aaf4

Browse files
ts: Export EventParser (otter-sec#591)
1 parent 40a26cb commit 609aaf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ts/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import {
3434
InstructionFn,
3535
} from "./program/namespace";
3636
import { Context, Accounts } from "./program/context";
37+
import { EventParser } from "./program/event";
3738

3839
export {
3940
workspace,
@@ -69,4 +70,5 @@ export {
6970
utils,
7071
Wallet,
7172
Address,
73+
EventParser,
7274
};

0 commit comments

Comments
 (0)