Message for validator withdraw

interface AminoMsgWithdrawValidatorCommission {
    type: "cosmos-sdk/MsgWithdrawValidatorCommission";
    value: {
        validator_address: string;
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgWithdrawValidatorCommission

Properties

Properties

type: "cosmos-sdk/MsgWithdrawValidatorCommission"
value: {
    validator_address: string;
}

Type declaration

  • Readonly validator_address: string

    Bech32 account address

Generated using TypeDoc