# EpochConfigs
## Properties
**campaign_name** | **String** | The name of the campaign. |
**epoch_duration** | **i32** | Duration of the epoch in seconds. |
**sui_rewards_allocation_e9** | **String** | Allocation of Sui token rewards in the epoch (e9 format). |
**blue_rewards_allocation_e9** | **String** | Allocation of Blue token rewards in the epoch (e9 format). |
**wal_rewards_allocation_e9** | **String** | Allocation of wal token rewards in the epoch (e9 format) |
**interval_number** | **i32** | Interval number for the epoch. |
**epoch_number** | **i32** | Epoch number for the epoch. |
**config** | [**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md) | Object to add custom configurations for campaigns. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)