fix: update stake program api

This commit is contained in:
Justin Starry
2020-02-03 16:57:05 +08:00
committed by Michael Vines
parent 3482953757
commit 7181d3aeea
3 changed files with 7 additions and 58 deletions

View File

@ -247,10 +247,6 @@ declare module '@solana/web3.js' {
newAuthorized: PublicKey,
stakeAuthorizationType: StakeAuthorizationType,
): Transaction;
static redeemVoteCredits(
stakeAccount: PublicKey,
votePubkey: PublicKey,
): Transaction;
static split(
stakeAccount: PublicKey,
authorizedPubkey: PublicKey,