staker_parameters.gno
Configures parameters related to staking such as inflation or reward rates, via governance.
Init
Initializes the default inflation rate.
SubmitProposalParameterStakingReward
Submits a proposal.
Parameters
Name | Type | Description |
---|---|---|
| string | The title of the proposal. |
| string | An executive summary of the proposal. |
| string | The detailed content of the proposal. |
| uint64 | The amount of tokens to initially deposit. |
| uint8 | The new reward rate for tier 1 pools. |
| uint8 | The new reward rate for tier 2 pools. |
| uint8 | The new reward rate for tier 3 pools. |
| uint8 | The new reward rate for tier 4 pools. |
Return Values
Name | Type | Description |
---|---|---|
| uint64 | The ID of the proposal. |
Last updated