pub fn query_consensus_state<I>(
ibc_ctx: &I,
request: &QueryConsensusStateRequest,
) -> Result<QueryConsensusStateResponse, QueryError>
Expand description
Queries for the consensus state of a given client id and height.
pub fn query_consensus_state<I>(
ibc_ctx: &I,
request: &QueryConsensusStateRequest,
) -> Result<QueryConsensusStateResponse, QueryError>
Queries for the consensus state of a given client id and height.