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

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

Properties

height: undefined | HeightSDKType
pagination?: PageResponseSDKType