QueryChannelsResponse is the response type for the Query/Channels RPC method.

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

Properties

channels: IdentifiedChannel[]

list of stored channels of the chain.

height: undefined | Height

query block height

pagination?: PageResponse

pagination response