Interface MsgEditValidatorResponseAminoMsg

interface MsgEditValidatorResponseAminoMsg {
    type: "cosmos-sdk/MsgEditValidatorResponse";
    value: MsgEditValidatorResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgEditValidatorResponse"