ibc_core::client::handler::update_client

Function validate

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