Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgUnjail

A validator can be jailed by the blockchain if misbehavior is detected, such as double-signing or having missed too many vote periods in the Oracle ballot.

This is done to protect delegators' funds from getting slashed further, until the validator's issues have been addressed. A jailed validator cannot participate in block rewards, and must be manually unjailed by submitting this message.

Hierarchy

Index

Constructors

Properties

address: string

Methods

  • packAny(isClassic?: boolean): Any
  • toAminoJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toProto(_?: boolean): MsgUnjail
  • fromProto(proto: MsgUnjail, _?: boolean): MsgUnjail
  • unpackAny(msgAny: Any, isClassic?: boolean): MsgUnjail