interface MsgCreateValidatorAminoMsg {
    type: "cosmos-sdk/MsgCreateValidator";
    value: MsgCreateValidatorAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgCreateValidator"