Function query_channel

Source
pub fn query_channel<I>(
    ibc_ctx: &I,
    request: &QueryChannelRequest,
) -> Result<QueryChannelResponse, QueryError>
Expand description

Queries for a specific IBC channel by the given channel and port ids and returns the channel end with the associated proof.