Skip to main content

Interface: TokenStakeRewardRequest

Object to create a stake reward.

Properties

endDate

endDate: number

End date of the reward in milliseconds. The base is current date. Minimum 0, maximum 7978758988368, and it has to be after start date.


startDate

startDate: number

Staring date of the reward in milliseconds. The base is current date. Minimum 0, maximum 7978758988368


tokenVestingDate

tokenVestingDate: number

Vesting time of the reward in milliseconds. The base is current date. Minimum 0, maximum 7978758988368, and it has to be after end date.


tokensToDistribute

tokensToDistribute: number

Amount of tokens to be distributed with this reward. Minimum 1, maximum 1e+26