Browse Source

remove event parser export

Ian Macalinao 4 years ago
parent
commit
65285cfc34
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ts/src/index.ts

+ 1 - 2
ts/src/index.ts

@@ -17,7 +17,7 @@ import workspace from "./workspace";
 import * as utils from "./utils";
 import { Program } from "./program";
 import { Address } from "./program/common";
-import { Event, EventParser } from "./program/event";
+import { Event } from "./program/event";
 import {
   ProgramAccount,
   AccountNamespace,
@@ -67,5 +67,4 @@ export {
   utils,
   Wallet,
   Address,
-  EventParser,
 };