You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Frequency account holder, I want to be able to choose whether my stake targets a provider only for capacity (Maximum Capacity) or to split between token reward and Provider Capacity (Provider Boost).
Acceptance Criteria (In):
the stake extrinsic accepts a staking_type parameter, which is one of two enums, MaximumCapacity,ProviderBoost (naming is not set in stone).
the resulting StakingAccountDetails reflects this choice
the Capacity generated for the Provider reflects this choice (can be stubbed out with some constant value if needed)
Out:
any other effects such as earning actual token rewards
storage migration for StakingAccountDetails
The text was updated successfully, but these errors were encountered:
As a Frequency account holder, I want to be able to choose whether my stake targets a provider only for capacity (Maximum Capacity) or to split between token reward and Provider Capacity (Provider Boost).
Acceptance Criteria (In):
stake
extrinsic accepts astaking_type
parameter, which is one of two enums,MaximumCapacity
,ProviderBoost
(naming is not set in stone).StakingAccountDetails
reflects this choiceOut:
The text was updated successfully, but these errors were encountered: