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

interface QueryChannelsResponseAmino {
    channels?: IdentifiedChannelAmino[];
    height?: HeightAmino;
    pagination?: PageResponseAmino;
}

Properties

list of stored channels of the chain.

height?: HeightAmino

query block height

pagination?: PageResponseAmino

pagination response