fix: add custodian key support to stake instructions
This commit is contained in:
3
web3.js/module.d.ts
vendored
3
web3.js/module.d.ts
vendored
@ -772,6 +772,7 @@ declare module '@solana/web3.js' {
|
||||
authorizedPubkey: PublicKey;
|
||||
newAuthorizedPubkey: PublicKey;
|
||||
stakeAuthorizationType: StakeAuthorizationType;
|
||||
custodianPubkey?: PublicKey;
|
||||
};
|
||||
|
||||
export type AuthorizeWithSeedStakeParams = {
|
||||
@ -781,6 +782,7 @@ declare module '@solana/web3.js' {
|
||||
authorityOwner: PublicKey;
|
||||
newAuthorizedPubkey: PublicKey;
|
||||
stakeAuthorizationType: StakeAuthorizationType;
|
||||
custodianPubkey?: PublicKey;
|
||||
};
|
||||
|
||||
export type SplitStakeParams = {
|
||||
@ -795,6 +797,7 @@ declare module '@solana/web3.js' {
|
||||
authorizedPubkey: PublicKey;
|
||||
toPubkey: PublicKey;
|
||||
lamports: number;
|
||||
custodianPubkey?: PublicKey;
|
||||
};
|
||||
|
||||
export type DeactivateStakeParams = {
|
||||
|
Reference in New Issue
Block a user