Interface MsgWithdrawValidatorCommissionResponseAminoMsg

interface MsgWithdrawValidatorCommissionResponseAminoMsg {
    type: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse";
    value: MsgWithdrawValidatorCommissionResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse"