Name | Lookup | Parameters | |
|---|---|---|---|
| stake | 6f00 | 2 | |
| unstake | 6f01 | 2 | |
| claim_reward | 6f02 | 1 | |
| set_distributed_reward | 6f03 | 1 | |
| set_epoch_duration | 6f04 | 1 | |
| set_group_weight | 6f05 | 2 | |
| set_currency_group | 6f06 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewEpoch | 6f00 | ["MomentOf","Balance","EpochChanges"] |
Name | Type | |
|---|---|---|
| EndOfEpoch | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| ActiveEpochData | {"origin":"PlainType","plain_type":"pallet_liquidity_rewards:EpochData","PlainTypeValue":888} | |
| NextEpochChanges | {"origin":"PlainType","plain_type":"pallet_liquidity_rewards:EpochChanges","PlainTypeValue":534} |
Name | Type | Value | |
|---|---|---|---|
| MaxGroups | U32 | 14000000 | |
| MaxChangesPerEpoch | U32 | 32000000 | |
| InitialEpochDuration | U64 | 60ea000000000000 |
Name | Docs |
|---|---|
| MaxChangesPerEpochReached | Limit of max calls with same id to [`Pallet::set_group_weight()`] or[`Pallet::set_currency_group()`] reached. |