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.