Function ibc_query::core::client::query_client_state
source ยท pub fn query_client_state<I>(
ibc_ctx: &I,
request: &QueryClientStateRequest
) -> Result<QueryClientStateResponse, QueryError>where
I: QueryContext,Expand description
Queries for the client state of a given client id.