Function ibc_core::channel::handler::validate

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