Declare that some dislocated account has, through rewards or penalties, sufficiently
changed its score that it should properly fall into a different bag than its current
one.
Anyone can call this function about any potentially dislocated account.
Will always update the stored score of dislocated to the correct score, based on
ScoreProvider.
If dislocated does not exists, it returns an error.
Declare that some
dislocated
account has, through rewards or penalties, sufficiently changed its score that it should properly fall into a different bag than its current one.Anyone can call this function about any potentially dislocated account.
Will always update the stored score of
dislocated
to the correct score, based onScoreProvider
.If
dislocated
does not exists, it returns an error.