瀏覽代碼

ts: Export EventParser (#591)

Armani Ferrante 4 年之前
父節點
當前提交
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,
 };