Messages
slashing
Unjail

cosmos.slashing.unjail

A validator's attempt to get unjailed.

When a validator has too much downtime, it gets automatically unbonded. If it wishes to come back online, it must unjail itself.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "cosmos.slashing.unjail"."cosmos.slashing.unjail"
blockchainYesstringThe blockchain this transaction was executed on. This field will have one of the values in the ID column where the Ecosystem column's value is Cosmos."juno"
txHashYesstringThe transaction's hash."DBAD2F68E6CEF64B8EA29F47B2765CED53CB1552AE6422C98974C8D4DA8869F8"
isSuccessfulYesbooleanWhether the transaction succeeded or failed.true
memoYesstringA note the user added while making the transaction. Maybe be empty ("")."I owed you 1.5 ATOM since you paid for lunch."
validatorYesstringValidator's address"baseledgervaloper1ehm6d95zd3fmzztyne3z9638uf9kuj44jygpkt"

Example

{
  "__type": "cosmos.slashing.unjail",
  "blockchain": "juno",
  "txHash": "DBAD2F68E6CEF64B8EA29F47B2765CED53CB1552AE6422C98974C8D4DA8869F8",
  "isSuccessful": true,
  "memo": "",
  "validator": "baseledgervaloper1ehm6d95zd3fmzztyne3z9638uf9kuj44jygpkt"
}