feat: support for builtin ed25519 program

Conflicts:
	web3.js/src/index.ts
This commit is contained in:
Sean Young
2021-09-03 08:57:35 +01:00
parent 0a6bb84aec
commit 188089389f
3 changed files with 195 additions and 0 deletions

View File

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