Interface AminoMsgWithdrawValidatorCommission

Message for validator withdraw

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