tomland123 4 жил өмнө
parent
commit
a1f4fac09d
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      ts/src/index.ts

+ 3 - 0
ts/src/index.ts

@@ -12,6 +12,8 @@ import Coder, {
   TypesCoder,
   AccountsCoder,
 } from "./coder";
+
+import { ProgramError } from "./error";
 import { Instruction } from "./coder/instruction";
 import { Idl } from "./idl";
 import workspace from "./workspace";
@@ -71,4 +73,5 @@ export {
   Wallet,
   Address,
   EventParser,
+  ProgramError,
 };