interface MsgCreateClientAminoMsg {
    type: "cosmos-sdk/MsgCreateClient";
    value: MsgCreateClientAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgCreateClient"