Interface HarvestRewardsParams

Base parameters for all instructions

interface HarvestRewardsParams {
    connection: Connection;
    programId: PublicKey;
    registeredStake: PublicKey;
    rewardMint: PublicKey;
    stakingAccount: PublicKey;
    user: PublicKey;
}

Hierarchy (view full)

Properties

connection: Connection
programId: PublicKey
registeredStake: PublicKey
rewardMint: PublicKey
stakingAccount: PublicKey
user: PublicKey