Files
ritmex-bot/docs/grvt/schemas/reward_epoch_info.md
T

14 lines
600 B
Markdown

!!! info "[RewardEpochInfo](/../../schemas/reward_epoch_info)"
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|epoch<br>`e` |integer|True|The epoch number|
|epoch_start_time<br>`es` |string|True|The start time of the epoch|
|epoch_end_time<br>`ee` |string|True|The end time of the epoch|
|status<br>`s` |RewardEpochStatus|True|The status of the epoch|
??? info "[RewardEpochStatus](/../../schemas/reward_epoch_status)"
|Value| Description |
|-|-|
|`PAST` = 1|Past|
|`CURRENT` = 2|Current|
|`FUTURE` = 3|Future|