Function ibc_core::client::handler::update_client::validate

source ·
pub fn validate<Ctx>(
    ctx: &Ctx,
    msg: MsgUpdateOrMisbehaviour
) -> Result<(), ContextError>
where Ctx: ValidationContext,