ibc_client_tendermint::client_state

Function status

source
pub fn status<V>(
    client_state: &ClientState,
    ctx: &V,
    client_id: &ClientId,
) -> Result<Status, ClientError>
Expand description

Query the status of the client state.

Note that this function is typically implemented as part of the ClientStateValidation trait, but has been made a standalone function in order to make the ClientState APIs more flexible.