Interface QueryConnectionChannelsResponseAmino

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

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

Properties

list of channels associated with a connection.

height?: HeightAmino

query block height

pagination?: PageResponseAmino

pagination response