Unjails a jailed validator

interface AminoMsgUnjail {
    type: "cosmos-sdk/MsgUnjail";
    value: {
        validator_addr: string;
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgUnjail

Properties

Properties

type: "cosmos-sdk/MsgUnjail"
value: {
    validator_addr: string;
}

Type declaration

  • Readonly validator_addr: string

    Bech32 account address

Generated using TypeDoc