Interface QueryConnectionChannelsRequestAminoMsg

interface QueryConnectionChannelsRequestAminoMsg {
    type: "cosmos-sdk/QueryConnectionChannelsRequest";
    value: QueryConnectionChannelsRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionChannelsRequest"