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
A stakes list should be taken either from Staking or from Delegate contract.
These user stakes should be get by calling respective Smart-Contract "getUserStakeIds" function.
After this, "stakes(stakeId)" function should be called for each individual stake.
After that, the following data structure should be mounted by a function in the edge of our dApp and Smart-Contract data:
Depending on what the user role is
A stakes list should be taken either from Staking or from Delegate contract.
These user stakes should be get by calling respective Smart-Contract "getUserStakeIds" function.
After this, "stakes(stakeId)" function should be called for each individual stake.
After that, the following data structure should be mounted by a function in the edge of our dApp and Smart-Contract data:
The text was updated successfully, but these errors were encountered: