Type Alias ibc_core_host::ConsensusStateRef

source ·
pub type ConsensusStateRef<Ctx> = <<Ctx as ValidationContext>::V as ClientValidationContext>::ConsensusStateRef;
Expand description

Convenient type alias for ConsensusStateRef, providing access to client validation methods within the context.