bluefin_api 1.2.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EpochConfigs

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)