github.com/Finschia/finschia-sdk@v0.48.1/x/slashing/spec/06_events.md (about) 1 <!-- 2 order: 6 3 --> 4 5 # Tags 6 7 The slashing module emits the following events/tags: 8 9 ## MsgServer 10 11 ### MsgUnjail 12 13 | Type | Attribute Key | Attribute Value | 14 |---------|---------------|--------------------| 15 | message | module | slashing | 16 | message | sender | {validatorAddress} | 17 18 ## Keeper 19 20 ## BeginBlocker: HandleValidatorSignature 21 22 | Type | Attribute Key | Attribute Value | 23 |----------|---------------|-----------------------------| 24 | liveness | address | {validatorConsensusAddress} | 25 | liveness | missed_blocks | {missedBlocksCounter} | 26 | liveness | height | {blockHeight} | 27 | slash | address | {validatorConsensusAddress} | 28 | slash | power | {validatorPower} | 29 | slash | reason | {slashReason} | 30 | slash | jailed [0] | {validatorConsensusAddress} | 31 32 - [0] Only included if the validator is jailed. 33 34 ### Slash 35 36 | Type | Attribute Key | Attribute Value | 37 |-------|---------------|-----------------------------| 38 | slash | address | {validatorConsensusAddress} | 39 | slash | power | {validatorPower} | 40 | slash | reason | {slashReason} | 41 42 ### Jail 43 44 | Type | Attribute Key | Attribute Value | 45 |-------|---------------|--------------------| 46 | slash | jailed | {validatorAddress} |