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
Description:
Implement a msg to consolidate stakes older than 60 days. If a user has stakes exceeding this period, they should be merged into a single consolidated stake.
Inputs:
user_address (string)
array of stake_timestamp (array)
Behavior:
Use the oldest stake timestamp for the new consolidated stake when merging.
The text was updated successfully, but these errors were encountered:
Description:
Implement a msg to consolidate stakes older than 60 days. If a user has stakes exceeding this period, they should be merged into a single consolidated stake.
Inputs:
user_address (string)
array of stake_timestamp (array)
Behavior:
Use the oldest stake timestamp for the new consolidated stake when merging.
The text was updated successfully, but these errors were encountered: