pub fn query_channel<I>(
ibc_ctx: &I,
request: &QueryChannelRequest,
) -> Result<QueryChannelResponse, QueryError>where
I: ValidationContext + ProvableContext,
Expand description
Queries for a specific IBC channel by the given channel and port ids and returns the channel end with the associated proof.