Interface MsgChannelOpenConfirmResponseAminoMsg

interface MsgChannelOpenConfirmResponseAminoMsg {
    type: "cosmos-sdk/MsgChannelOpenConfirmResponse";
    value: MsgChannelOpenConfirmResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgChannelOpenConfirmResponse"