fix: update from getEpochVoteAccounts to getVoteAccounts rpc
This commit is contained in:
committed by
Michael Vines
parent
38ffe85737
commit
a3bf378d0d
@@ -92,7 +92,7 @@ declare module '@solana/web3.js' {
|
||||
): Promise<Array<[PublicKey, AccountInfo]>>;
|
||||
getBalance(publicKey: PublicKey): Promise<number>;
|
||||
getClusterNodes(): Promise<Array<ContactInfo>>;
|
||||
getEpochVoteAccounts(): Promise<Array<VoteAccountInfo>>;
|
||||
getVoteAccounts(): Promise<VoteAccountStatus>;
|
||||
confirmTransaction(signature: TransactionSignature): Promise<boolean>;
|
||||
getSlot(): Promise<number>;
|
||||
getSlotLeader(): Promise<string>;
|
||||
|
Reference in New Issue
Block a user