Merge PR #4207: Add rewards and commission tags in txs
This commit is contained in:
@@ -18,13 +18,15 @@ The distribution module emits the following events/tags:
|
||||
|--------------------|-----------------------------|
|
||||
| `action` | `withdraw_delegator_reward` |
|
||||
| `category` | `distribution` |
|
||||
| `rewards` | {rewards} |
|
||||
| `sender` | {delegatorAccountAddress} |
|
||||
| `source-validator` | {srcOperatorAddress} |
|
||||
|
||||
### MsgWithdrawValidatorCommission
|
||||
|
||||
| Key | Value |
|
||||
|------------|---------------------------------|
|
||||
| `action` | `withdraw_validator_commission` |
|
||||
| `category` | `distribution` |
|
||||
| `sender` | {srcOperatorAddress} |
|
||||
| Key | Value |
|
||||
|--------------|---------------------------------|
|
||||
| `action` | `withdraw_validator_commission` |
|
||||
| `category` | `distribution` |
|
||||
| `commission` | {commission} |
|
||||
| `sender` | {srcOperatorAddress} |
|
||||
|
||||
Reference in New Issue
Block a user