ibc_core::channel::handler

Function validate

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