Interface MsgChannelCloseInitResponseAminoMsg

interface MsgChannelCloseInitResponseAminoMsg {
    type: "cosmos-sdk/MsgChannelCloseInitResponse";
    value: MsgChannelCloseInitResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgChannelCloseInitResponse"