Type alias AuthorizeWithSeedStakeParams

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

Authorize stake instruction params using a derived key

Type declaration

Generated using TypeDoc