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

interface QueryConnectionChannelsResponse {
    channels: IdentifiedChannel[];
    height: undefined | Height;
    pagination?: PageResponse;
}

Properties

channels: IdentifiedChannel[]

list of channels associated with a connection.

height: undefined | Height

query block height

pagination?: PageResponse

pagination response