ibc_core::channel::handler

Function validate

Source
pub fn validate<Ctx>(
    ctx_a: &Ctx,
    msg: &MsgTimeoutOnClose,
) -> Result<(), ChannelError>
where Ctx: ValidationContext,