pub fn query_client_status<I>(
ibc_ctx: &I,
request: &QueryClientStatusRequest,
) -> Result<QueryClientStatusResponse, QueryError>where
I: ValidationContext,
Expand description
Queries for the status (Active, Frozen, Expired, Unauthorized) of a given client.