docs: add AfterDelegationModified x/staking hook (#12896)
This commit is contained in:
parent
2ec026b05f
commit
daca54d933
@ -23,5 +23,7 @@ following hooks can registered with staking:
|
||||
* called when a delegation is created
|
||||
* `BeforeDelegationSharesModified(Context, AccAddress, ValAddress) error`
|
||||
* called when a delegation's shares are modified
|
||||
* `AfterDelegationModified(Context, AccAddress, ValAddress) error`
|
||||
* called when a delegation is created or modified
|
||||
* `BeforeDelegationRemoved(Context, AccAddress, ValAddress) error`
|
||||
* called when a delegation is removed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user