Interface QueryConnectionChannelsResponseSDKType

QueryConnectionChannelsResponse is the Response type for the Query/QueryConnectionChannels RPC method

interface QueryConnectionChannelsResponseSDKType {
    channels: IdentifiedChannelSDKType[];
    height: undefined | HeightSDKType;
    pagination?: PageResponseSDKType;
}

Properties

height: undefined | HeightSDKType
pagination?: PageResponseSDKType