Interface MsgChannelOpenAckResponseAminoMsg

interface MsgChannelOpenAckResponseAminoMsg {
    type: "cosmos-sdk/MsgChannelOpenAckResponse";
    value: MsgChannelOpenAckResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgChannelOpenAckResponse"