Interface MsgCreateValidatorResponseAminoMsg

interface MsgCreateValidatorResponseAminoMsg {
    type: "cosmos-sdk/MsgCreateValidatorResponse";
    value: MsgCreateValidatorResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgCreateValidatorResponse"