Browse Source

ts: Export AccountsCoder (#439)

Armani Ferrante 4 years ago
parent
commit
b1dabe8c12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ts/src/index.ts

+ 2 - 0
ts/src/index.ts

@@ -10,6 +10,7 @@ import Coder, {
   EventCoder,
   StateCoder,
   TypesCoder,
+  AccountsCoder,
 } from "./coder";
 import { Instruction } from "./coder/instruction";
 import { Idl } from "./idl";
@@ -56,6 +57,7 @@ export {
   EventCoder,
   StateCoder,
   TypesCoder,
+  AccountsCoder,
   Event,
   Instruction,
   setProvider,