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

constructor

Properties

address

address: string

Methods

packAny

  • packAny(): Any

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgUnjail

Static fromAmino

Static fromData

Static fromProto

Static unpackAny