ibc_core::channel::handler

Function timeout_packet_validate

source
pub fn timeout_packet_validate<ValCtx>(
    ctx_a: &ValCtx,
    module: &dyn Module,
    timeout_msg_type: TimeoutMsgType,
) -> Result<(), ChannelError>
where ValCtx: ValidationContext,