Interface: StakeReward
Stake reward record.
Hierarchy
-
↳
StakeReward
Properties
createdBy
• Optional
createdBy: string
Member UID Member
Inherited from
createdOn
• Optional
createdOn: Timestamp
Date/time it was created on.
Inherited from
endDate
• Readonly
endDate: Timestamp
End date of the reward
startDate
• Readonly
startDate: Timestamp
Start date of the reward.
status
• Readonly
status: StakeRewardStatus
Token reward status
token
• Readonly
token: string
Token Token
tokenVestingDate
• Readonly
tokenVestingDate: Timestamp
Token vesting date (until what date it's locked)
tokensToDistribute
• Readonly
tokensToDistribute: number
Amount of tokens to distribute within the period
totalAirdropped
• Optional
Readonly
totalAirdropped: number
Total airdropped in the period.
totalStaked
• Optional
Readonly
totalStaked: number
Total staked in the period.
updatedOn
• Optional
updatedOn: Timestamp
Date/time it was updated on.