Type Alias ibc_core_host::ClientStateRef

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

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