feat: support for builtin ed25519 program

This commit is contained in:
Sean Young
2021-09-03 08:57:35 +01:00
parent c91519961c
commit ee0b948903
3 changed files with 195 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export * from './bpf-loader-deprecated';
export * from './bpf-loader';
export * from './connection';
export * from './epoch-schedule';
export * from './ed25519-program';
export * from './fee-calculator';
export * from './keypair';
export * from './loader';