Interface WithdrawTokensParams

Base parameters for all instructions

interface WithdrawTokensParams {
    authority: PublicKey;
    connection: Connection;
    programId: PublicKey;
    registeredStake: PublicKey;
    stakeMint: PublicKey;
    stakingAccount: PublicKey;
    user: PublicKey;
}

Hierarchy (view full)

Properties

authority: PublicKey
connection: Connection
programId: PublicKey
registeredStake: PublicKey
stakeMint: PublicKey
stakingAccount: PublicKey
user: PublicKey