Interface QueryConnectionChannelsResponseAminoMsg

interface QueryConnectionChannelsResponseAminoMsg {
    type: "cosmos-sdk/QueryConnectionChannelsResponse";
    value: QueryConnectionChannelsResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionChannelsResponse"