interface ClawbackRewardPoolArgs {
    nonce: number;
    rewardMint: Address;
    stakePool: Address;
    stakePoolMint: Address;
    tokenProgramId?: Address;
}

Hierarchy (View Summary)

Properties

nonce: number
rewardMint: Address
stakePool: Address
stakePoolMint: Address
tokenProgramId?: Address