Events
The slashing module emits the following events:
MsgServer
MsgUnjail
Type | Attribute Key | Attribute Value |
---|---|---|
message | module | slashing |
message | sender |
Keeper
BeginBlocker: HandleValidatorSignature
Type | Attribute Key | Attribute Value |
---|---|---|
slash | address | |
slash | power | |
slash | reason | |
slash | jailed [0] | |
slash | burned coins |
[0] Only included if the validator is jailed.
Type | Attribute Key | Attribute Value |
---|---|---|
liveness | address | |
liveness | missed_blocks | |
liveness | height |
Slash
same as
"slash"
event fromHandleValidatorSignature
, but without thejailed
attribute.
Jail
Type | Attribute Key | Attribute Value |
---|---|---|
slash | jailed |
Last updated