Function ibc_core::channel::handler::timeout_packet_validate

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