Explorar o código

ts: Export EventParser (#591)

Armani Ferrante %!s(int64=4) %!d(string=hai) anos
pai
achega
73dc612b7c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,
 };