fix: update node exit rpc to match solana changes
This commit is contained in:
committed by
Michael Vines
parent
8949f321c5
commit
7191159377
@ -123,7 +123,7 @@ declare module '@solana/web3.js' {
|
||||
callback: ProgramAccountChangeCallback,
|
||||
): number;
|
||||
removeProgramAccountChangeListener(id: number): Promise<void>;
|
||||
fullnodeExit(): Promise<boolean>;
|
||||
validatorExit(): Promise<boolean>;
|
||||
}
|
||||
|
||||
// === src/system-program.js ===
|
||||
|
Reference in New Issue
Block a user