Armani Ferrante 4 жил өмнө
parent
commit
73dc612b7c
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      ts/src/index.ts

+ 2 - 0
ts/src/index.ts

@@ -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,
 };