Helpful?
IncentiveKey
@uniswap/v3-sdk / Exports / IncentiveKey
Interface: IncentiveKey
Represents a unique staking program.
Table of contents
Properties
Properties
endTime
• endTime: BigintIsh
The time that the incentive program ends.
Defined in
pool
• pool: Pool
The pool that the staked positions must provide in.
Defined in
refundee
• refundee: string
The address which receives any remaining reward tokens at endTime
.
Defined in
rewardToken
• rewardToken: Token
The token rewarded for participating in the staking program.
Defined in
startTime
• startTime: BigintIsh
The time when the incentive program begins.