fix: add integration test and fix various exposed bugs

This commit is contained in:
Tyera Eulberg
2019-12-26 15:23:17 -07:00
committed by Michael Vines
parent 07c0670f65
commit 3595892fab
6 changed files with 150 additions and 21 deletions

View File

@ -203,9 +203,6 @@ declare module '@solana/web3.js' {
validatorExit(): Promise<boolean>;
}
// === src/config-program.js ===
declare export var CONFIG_PROGRAM_ID;
// === src/stake-program.js ===
declare export class StakeProgram {
static programId: PublicKey;