fix: add fullnodeExit()

This commit is contained in:
Michael Vines
2019-04-24 15:22:50 -07:00
parent 2292b5910e
commit 456f34e95b
3 changed files with 36 additions and 0 deletions

View File

@ -98,6 +98,7 @@ declare module '@solana/web3.js' {
callback: ProgramAccountChangeCallback,
): number;
removeProgramAccountChangeListener(id: number): Promise<void>;
fullnodeExit(): Promise<boolean>;
}
// === src/system-program.js ===