@solana/web3.js
    Preparing search index...

    Type Alias AuthorizeWithSeedStakeParams

    Authorize stake instruction params using a derived key

    type AuthorizeWithSeedStakeParams = {
        authorityBase: PublicKey;
        authorityOwner: PublicKey;
        authoritySeed: string;
        custodianPubkey?: PublicKey;
        newAuthorizedPubkey: PublicKey;
        stakeAuthorizationType: StakeAuthorizationType;
        stakePubkey: PublicKey;
    }
    Index
    authorityBase: PublicKey
    authorityOwner: PublicKey
    authoritySeed: string
    custodianPubkey?: PublicKey
    newAuthorizedPubkey: PublicKey
    stakeAuthorizationType: StakeAuthorizationType
    stakePubkey: PublicKey