Interface MsgChannelOpenTryResponseAminoMsg

interface MsgChannelOpenTryResponseAminoMsg {
    type: "cosmos-sdk/MsgChannelOpenTryResponse";
    value: MsgChannelOpenTryResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgChannelOpenTryResponse"