Interface MsgChannelOpenInitResponseAminoMsg

interface MsgChannelOpenInitResponseAminoMsg {
    type: "cosmos-sdk/MsgChannelOpenInitResponse";
    value: MsgChannelOpenInitResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgChannelOpenInitResponse"