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
Copy file name to clipboardExpand all lines: docs/network/fsp/2-rewarding.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,12 @@ $$
104
104
105
105
where:
106
106
107
+
{/* prettier-ignore */}
107
108
- $ w(T, x) $ is the weight delegated by delegator $x$ to the beneficiary address for weight type $T$ (i.e. either delegated stake or delegated `WFLR`) during the specified reward epoch.
108
-
{/* prettier-ignore */}
109
-
- $ U\_{T}^{weight} $ is the total yet unclaimed delegation weight associated with the beneficiary address and weight type $T$, for that epoch.
110
-
{/* prettier-ignore */}
111
-
- $ U\_{T}^{amount} $ is the total yet unclaimed reward amount for the same beneficiary and epoch.
109
+
{/* prettier-ignore */}
110
+
- $ U_{T}^{weight} $ is the total yet unclaimed delegation weight associated with the beneficiary address and weight type $T$, for that epoch.
111
+
{/* prettier-ignore */}
112
+
- $ U_{T}^{amount} $ is the total yet unclaimed reward amount for the same beneficiary and epoch.
112
113
113
114
Once claimed, both the unclaimed amount and weight are reduced accordingly, and the payout is transferred directly to delegator $x$.
0 commit comments