fix: update stake program api
This commit is contained in:
committed by
Michael Vines
parent
3482953757
commit
7181d3aeea
@ -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,
|
||||
|
Reference in New Issue
Block a user