chore: remove undocumented validatorExit method

This commit is contained in:
Michael Vines
2021-03-03 14:42:10 -08:00
parent 872f7117c3
commit 81253c9956
4 changed files with 0 additions and 27 deletions

1
web3.js/module.d.ts vendored
View File

@ -527,7 +527,6 @@ declare module '@solana/web3.js' {
removeSignatureListener(id: number): Promise<void>;
onRootChange(callback: RootChangeCallback): number;
removeRootChangeListener(id: number): Promise<void>;
validatorExit(): Promise<boolean>;
getMinimumBalanceForRentExemption(
dataLength: number,
commitment?: Commitment,