ts: Export AccountsCoder (#439)

This commit is contained in:
Armani Ferrante 2021-06-29 08:35:33 -07:00 committed by GitHub
parent a7f6af2cc6
commit b1dabe8c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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