pub fn query_client_states<I>(
ibc_ctx: &I,
_request: &QueryClientStatesRequest,
) -> Result<QueryClientStatesResponse, QueryError>where
I: QueryContext,
Expand description
Queries for all the existing client states.
pub fn query_client_states<I>(
ibc_ctx: &I,
_request: &QueryClientStatesRequest,
) -> Result<QueryClientStatesResponse, QueryError>where
I: QueryContext,
Queries for all the existing client states.